Skip to content

Commit

Permalink
removed unnecessary exit statement
Browse files Browse the repository at this point in the history
  • Loading branch information
MaWalla committed Sep 14, 2021
1 parent 29c1a12 commit af7200e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ def add_device_cutouts(self):
exit(1)
else:
print(f'Device {name} is missing the cutout key, which is required for ScreenFX though, skipping it.')
exit(1)

if not screenfx_devices:
print('ScreenFX is missing valid devices, perhaps none of them have a cutout specified? Exiting...')
Expand Down

0 comments on commit af7200e

Please sign in to comment.