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
Note that Path is orange in the above code snippet? That's because it is the name of the Path object in the Python builtin pathlib library and considered an internal variable. If possible these names should not be used for custom variables if not for a very good reason.
It would be better to not manually work with path strings but use the modern
pathlib
instead.sdrf-pipelines/sdrf_pipelines/parse_sdrf.py
Line 124 in 837af51
The text was updated successfully, but these errors were encountered: