We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5955dd7 commit 8903b94Copy full SHA for 8903b94
do_if_modified.py
@@ -7,7 +7,7 @@
7
print ' do_if_modified <bin_file> <input_file> <output_file>'
8
exit()
9
10
-action_process = sys.argv[1]
+action_process = os.path.abspath(sys.argv[1])
11
input_file = os.path.abspath(sys.argv[2])
12
output_file = os.path.abspath(sys.argv[3])
13
0 commit comments