Skip to content

Commit

Permalink
now you can copy the path to results
Browse files Browse the repository at this point in the history
  • Loading branch information
kitchWWW committed Oct 16, 2018
1 parent 6ab3903 commit 1ac32bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion database/child_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
os.system('python assembleImages.py '+ PIPE_CHAR+PATH_TO_LOGS+'27_assembleImages.txt')

print "Completed\n..."
print "Results in "+PATH_TO_OUTPUT+'\n'
print "Results in:\n"+PATH_TO_OUTPUT+'\n'



Expand Down
2 changes: 1 addition & 1 deletion database/runner_database.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
os.system('python assembleImages.py '+ PIPE_CHAR+PATH_TO_LOGS+'27_assembleImages.txt')

print "Completed\n..."
print "Results in "+PATH_TO_OUTPUT+'\n'
print "Results in:\n"+PATH_TO_OUTPUT+'\n'



Expand Down

0 comments on commit 1ac32bd

Please sign in to comment.