We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ccd2d5 commit 96e17f8Copy full SHA for 96e17f8
smct/paths.py
@@ -13,7 +13,7 @@ def get_base_path():
13
14
15
def strip_package_name_from_path(path):
16
- suffix = "\\smct_pkg"
+ suffix = "\\smct"
17
if path.endswith(suffix):
18
return path[: -len(suffix)]
19
else:
0 commit comments