You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2024-03-17 22:44:10.450 Python[84598:6131747] WARNING: Secure coding is not enabled for restorable state! Enable secure coding by implementing NSApplicationDelegate.applicationSupportsSecureRestorableState: and returning YES.
I get this with a simple script that just has @gooey
def main (argv):
...
The text was updated successfully, but these errors were encountered:
2024-03-17 22:44:10.450 Python[84598:6131747] WARNING: Secure coding is not enabled for restorable state! Enable secure coding by implementing NSApplicationDelegate.applicationSupportsSecureRestorableState: and returning YES.
I get this with a simple script that just has
@gooey
def main (argv):
...
The text was updated successfully, but these errors were encountered: