Skip to content

Commit 5e8edb0

Browse files
committed
Fix output directory, kinda
1 parent 6a6f074 commit 5e8edb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/run_seqware_workflow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ def main():
271271
if (args.keep_all_seqware_output_files):
272272
# find seqware tmp output path; it contains generated scripts w/
273273
# stdout stderr for each step
274-
run_info_output_path = glob.glob("/datastore/oozie-*")[0]
274+
run_info_output_path = glob.glob("/not-datastore/oozie-*")[0]
275275

276276
# move all files to the output directory
277277
execute("mv {0}/* {1}/".format(

0 commit comments

Comments
 (0)