Skip to content

Commit

Permalink
Fix syntax error in malcolm_common.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mmguero committed Mar 20, 2024
1 parent 5ba67e5 commit 928d999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/malcolm_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def DialogInit():
if not MainDialog:
MainDialog = Dialog(dialog='dialog', autowidgetsize=True)
except ImportError:
Dialog = none
Dialog = None
MainDialog = None


Expand Down

0 comments on commit 928d999

Please sign in to comment.