-
-
Notifications
You must be signed in to change notification settings - Fork 431
CPython Issue with pathlib #1287
Copy link
Copy link
Closed
Labels
Closed Old IssueIssue older than a year. Thanks for pointing it out. If you feel it is still relevant, feel free toIssue older than a year. Thanks for pointing it out. If you feel it is still relevant, feel free toHeisenbugBug that is very hard to find [class]Bug that is very hard to find [class]Python 3Issues related to cpython engines [subsystem]Issues related to cpython engines [subsystem]
Metadata
Metadata
Assignees
Labels
Closed Old IssueIssue older than a year. Thanks for pointing it out. If you feel it is still relevant, feel free toIssue older than a year. Thanks for pointing it out. If you feel it is still relevant, feel free toHeisenbugBug that is very hard to find [class]Bug that is very hard to find [class]Python 3Issues related to cpython engines [subsystem]Issues related to cpython engines [subsystem]
Describe the bug
There is an issue with CPython engine inside Revit only. It looks like it uses an old version of pathlib where
exist_okdid not exist. This feature was apparently introduced in python 3.5.To Reproduce
Steps to reproduce the behavior:
Expected behavior
This should work like when you run it in the python engine directly:
Screenshots

Desktop (please complete the following information):