Skip to content

Commit

Permalink
less generci
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Sep 23, 2024
1 parent b375e89 commit ed1269e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@ def main():
try:
import r2lang # pylint: disable=import-error
register_r2plugin()
except Exception:
except ImportError:
main()

0 comments on commit ed1269e

Please sign in to comment.