We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 156fcc2 commit 5995892Copy full SHA for 5995892
1 file changed
structure_threader/wrappers/faststructure_wrapper.py
@@ -40,7 +40,7 @@ def fs_cli_generator(k_val, arg):
40
41
cli = ["python2", arg.external_prog, "-K", str(k_val), "--input",
42
infile, "--output", output_file, "--format", file_format,
43
- "--seed", str(arg.seed), arg.extra_options]
+ "--seed", str(arg.seed)] + arg.extra_options.split()
44
45
# Are we using the python script or a binary?
46
if arg.external_prog.endswith(".py") is False:
0 commit comments