mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
Failing to import macfsn is not a fatal error.
This commit is contained in:
parent
cf0319326a
commit
6438e1d280
1 changed files with 2 additions and 1 deletions
|
@ -405,6 +405,7 @@ PyMac_InstallNavServicesForSF(void)
|
|||
else {
|
||||
PySys_WriteStderr("use -v for traceback\n");
|
||||
}
|
||||
PyErr_Clear();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue