Skip to content

removed line 50 and replaced it with a platform agnostic pathing#4

Merged
jbohnslav merged 1 commit intojbohnslav:masterfrom
monajalal:resolve_pathing
Sep 27, 2020
Merged

removed line 50 and replaced it with a platform agnostic pathing#4
jbohnslav merged 1 commit intojbohnslav:masterfrom
monajalal:resolve_pathing

Conversation

@monajalal
Copy link
Copy Markdown
Contributor

@monajalal monajalal commented Sep 27, 2020

removed line 50 from menus_and_popus.py
project_directory = project_directory.replace('/', '\\')
and added
project_directory = pathlib.Path(project_directory).resolve()
instead so it would become platform agnostic in terms of pathing.
Also, need to add
import pathlib
in the beginning.

@jbohnslav jbohnslav merged commit 9407467 into jbohnslav:master Sep 27, 2020
@jbohnslav
Copy link
Copy Markdown
Owner

Hi Mona, thanks a lot for trying out the software, and your quick fix. If you run into other issues, please let me know.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants