aboutsummaryrefslogtreecommitdiff
path: root/main.py
diff options
context:
space:
mode:
authorMichael Foiani <sotech117@michaels-mbp-4.devices.brown.edu>2022-05-09 04:11:08 -0400
committerMichael Foiani <sotech117@michaels-mbp-4.devices.brown.edu>2022-05-09 04:11:08 -0400
commitc3a8fff5d9465b362214d84d30d9b1212d58722f (patch)
treecd3759bc43199994a53f69657429d3686e27657a /main.py
parent0aa9638226fb90ba5320e84f46b6559cc255cedd (diff)
clear
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()