Skip to content

Commit

Permalink
fixed small bug in code
Browse files Browse the repository at this point in the history
  • Loading branch information
sthivaios committed May 6, 2024
1 parent f7b8ef3 commit 7a414c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/imgal-build.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,5 +120,5 @@ def moveFullSize(directory, file_names):
createThumbnails(picsList, directory)
createViewerSize(picsList, directory)
except Exception as e:
print("Error occurred. Bypassing image. Details : "+e)
print("Error occurred. Bypassing image. Details : "+str(e))
moveFullSize(directory, picsList)

0 comments on commit 7a414c5

Please sign in to comment.