Skip to content

Commit

Permalink
undoing some dev tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
akai-katto committed Aug 30, 2020
1 parent 2aa32f5 commit 389db41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/dandere2x.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ def _pre_processing(self):
try:
self.context.load_video_settings(file=self.context.input_file)
except FileNotFoundError as e:
from sys import exit
self.log.error("Caught FileNotFoundError. This is likeley caused by 'externals' missing a neccecary file.")
self.log.error("Are you sure you hit the 'download externals' button?")
exit(1)
Expand Down
2 changes: 1 addition & 1 deletion src/dandere2xlib/mindiskusage.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def run(self):

# when it does get ahead, extract the next frame
self.progressive_frame_extractor.next_frame()
#self.__delete_used_files(x)
self.__delete_used_files(x)

self.progressive_frame_extractor.release_capture()

Expand Down

0 comments on commit 389db41

Please sign in to comment.