We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0471cd commit c95bfc6Copy full SHA for c95bfc6
src/pumla/main.py
@@ -35,7 +35,7 @@ def getPumlaInstallationPath():
35
'''return the path to the python pumla CLI tool installation.'''
36
pipath = ""
37
38
- mypath_main = main.__code__.co_filename
+ mypath_main = main.__code__.co_filename.replace(os.sep, '/')
39
40
# this is the case for a 'pip install -e .' case
41
if ("src/pumla/main.py" in mypath_main):
0 commit comments