😍 Fix: redefining built-in & Exception handling

This commit is contained in:
ful1e5 2020-10-10 18:24:03 +05:30
parent 07560c688a
commit 22a5820cc6
3 changed files with 4 additions and 4 deletions

View file

@ -30,7 +30,7 @@ def main() -> None:
parser = get_args_parser()
try:
args = parser.parse_args()
except:
except Exception:
sys.exit(0)
bitmaps_dir = "./bitmaps"