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
Exception Type: WindowsError
Exception Value: [Error 2] The system cannot find the file specified: '/media/user_folder'
Exception Location: C:\myproject\filemanager\__init__.py in directory_structure, line 210
The errors are because I've hardcoded the os path separator which is '/' in linux but '' in windows.
Can you change the code by using os.sep instead of '/' and os.path.join instead of simply string concatenation with '/' and check if it's working on windows correctly? If things get right, then open a pull request , I'll add the changes. Thanks.
After trying typing in browser /abc/ url
The text was updated successfully, but these errors were encountered: