X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fbin%2Fargparser%2FBootstrapArgs.java;fp=src%2Fjalview%2Fbin%2Fargparser%2FBootstrapArgs.java;h=5c21d03e5768be034f119e2add7669b9e1b0c39e;hb=5784154b972346e9a3718654d7f875da49b3c167;hp=d32a5b29f1ef394754ff71b8d5a928aee929e897;hpb=ca160187a050f6d4e50158cd5b51f75c83a7179e;p=jalview.git diff --git a/src/jalview/bin/argparser/BootstrapArgs.java b/src/jalview/bin/argparser/BootstrapArgs.java index d32a5b2..5c21d03 100644 --- a/src/jalview/bin/argparser/BootstrapArgs.java +++ b/src/jalview/bin/argparser/BootstrapArgs.java @@ -214,6 +214,13 @@ public class BootstrapArgs } } } + + // if in an argfile, remove it from the hashset so it can be re-used in + // another argfile + if (inArgFile != null) + { + argFiles.remove(inArgFile); + } } public boolean contains(Arg a)