Skip to content

Commit

Permalink
hyperfocal: __main__.py: Fixed saved image name typo
Browse files Browse the repository at this point in the history
Forgot to remove a silly suffix after adding image processing.

Signed-off-by: Oleg Vorobiov <[email protected]>
  • Loading branch information
okawo80085 committed Dec 3, 2021
1 parent 954853d commit 60d3ba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hyperfocal/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def take_photo(
img_save_path = os.path.normpath(
os.path.join(
save_dir,
f'IMG_{datetime.now().strftime("%Y%m%d_%H%M%S_%f")}_raw.png'
f'IMG_{datetime.now().strftime("%Y%m%d_%H%M%S_%f")}.png'
)
)

Expand Down

0 comments on commit 60d3ba1

Please sign in to comment.