Skip to content

Commit

Permalink
Update Processor.java
Browse files Browse the repository at this point in the history
  • Loading branch information
rac021 authored Nov 8, 2017
1 parent 792bb92 commit 7ec61d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/org/inra/yedgen/processor/Processor.java
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,8 @@ public boolean processOnlyGraphWithoutVariables ( String outputFile ) {

try {

if ( graphExtractor.getMagicFilter() != null ) {
if ( graphExtractor.getMagicFilter() != null &&
! graphExtractor.getMagicFilter().trim().isEmpty() ) {

/* Split if MagicFilter Enabled */

Expand Down

0 comments on commit 7ec61d4

Please sign in to comment.