X Tutup
Skip to content

Commit ef5c9d7

Browse files
committed
changing behaviour for remediate files. Force update remediation does not make sense at this stage.
1 parent c4e7e2a commit ef5c9d7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

biojava-structure/src/main/java/org/biojava/nbio/structure/align/client/FarmJobRunnable.java

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -133,10 +133,8 @@ public FarmJobRunnable(FarmJobParameters params){
133133
ScopFactory.setScopDatabase(scop);
134134

135135
}
136-
137-
138-
// enforce to replace remediated files with new versions...
139-
cache.setFetchBehavior(FetchBehavior.FETCH_REMEDIATED);
136+
137+
cache.setFetchBehavior(FetchBehavior.FETCH_FILES);
140138

141139
maxNrAlignments = params.getNrAlignments();
142140
progressListeners = null;

0 commit comments

Comments
 (0)
X Tutup