aboutsummaryrefslogtreecommitdiff
path: root/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'main.py')
-rw-r--r--main.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.py b/main.py
index 26a40b31..660e99e0 100644
--- a/main.py
+++ b/main.py
@@ -104,7 +104,7 @@ def main():
# store + show the final result :)
plt.imshow(final_image)
- print('\nSaved the final result to out/results/{}.'.format(ARGS.savefile))
+ print('\nDONE: saved the final result to out/results/{}.'.format(ARGS.savefile))
# plt.show()