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
The abuse of os.sep was pervasive and now is reduced but not completely purged. For some cases I have preferred to explicitly add the separator add the end of some normalized paths because I have some paths concatenation done without os.path.join... Before purging out completely os.sep I have to find all paths concatenation... this will done during the next code refactoring.
In _sanitize_dirs() (Builder.py:145), is it not more convenient using os.path.join() instead of manually concatenating os.sep separators?
The text was updated successfully, but these errors were encountered: