Skip to content

Commit f1e0837

Browse files
committed
fix exit method in case of error
1 parent 15c88be commit f1e0837

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Scripts/Miscellaneous/Unwrap_video/unwrap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from PIL import Image
2-
import glob, os, subprocess
2+
import glob, os, sys, subprocess
33

44
#process each video in media folder
55
for video in glob.glob('media/*'):

0 commit comments

Comments
 (0)