mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-27 13:34:20 -04:00
😍 Fix: redefining built-in & Exception handling
This commit is contained in:
parent
07560c688a
commit
22a5820cc6
3 changed files with 4 additions and 4 deletions
2
build.py
2
build.py
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue