Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python warning message #2774

Open
agarny opened this issue Apr 10, 2024 · 0 comments
Open

Python warning message #2774

agarny opened this issue Apr 10, 2024 · 0 comments
Assignees
Labels
Milestone

Comments

@agarny
Copy link
Contributor

agarny commented Apr 10, 2024

Running OpenCOR from the command line, we get the following:

2024-04-10 15:43:22.216 OpenCOR[93045:4392867] WARNING: Secure coding is not enabled for restorable state! Enable secure coding by implementing NSApplicationDelegate.applicationSupportsSecureRestorableState: and returning YES.
0.01s - Debugger warning: It seems that frozen modules are being used, which may
0.00s - make the debugger miss breakpoints. Please pass -Xfrozen_modules=off
0.00s - to python to disable frozen modules.
0.00s - Note: Debugging will proceed. Set PYDEVD_DISABLE_FILE_VALIDATION=1 to disable this validation.

The first line is nothing we can do about (from what I remember), but the subsequent ones could be removed by indeed setting PYDEVD_DISABLE_FILE_VALIDATION to 1.

@agarny agarny added the Python label Apr 10, 2024
@agarny agarny added this to the 0.8 milestone Apr 10, 2024
@agarny agarny self-assigned this Apr 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant