We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Event model should resolve joining paths of different styles when it joining the root to the resource.
Currently, mixed styles result, where, for example, a windows root append to a posix resource results in a path with both / and \\.
/
\\
Inspiration from ophyd (bluesky/ophyd#703) seems relevant; likely some usage of PathLib to compose paths better.
event-model/event_model/__init__.py
Line 417 in a1ea6af
This issue may affect operation of databroker on windows, depending on if the handler accepts mixed path styles.
Windows; databroker prerelease 1.0.0b2
1.0.0b2
(discussed in coalition call on 11/8)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected Behavior
Event model should resolve joining paths of different styles when it joining the root to the resource.
Current Behavior
Currently, mixed styles result, where, for example, a windows root append to a posix resource results in a path with both
/
and\\
.Possible Solution
Inspiration from ophyd (bluesky/ophyd#703) seems relevant; likely some usage of PathLib to compose paths better.
Steps to Reproduce (for bugs)
event-model/event_model/__init__.py
Line 417 in a1ea6af
Context
This issue may affect operation of databroker on windows, depending on if the handler accepts mixed path styles.
Your Environment
Windows; databroker prerelease
1.0.0b2
(discussed in coalition call on 11/8)
The text was updated successfully, but these errors were encountered: