Skip to content

Commit 96e17f8

Browse files
authored
Update paths.py
1 parent 0ccd2d5 commit 96e17f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

smct/paths.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def get_base_path():
1313

1414

1515
def strip_package_name_from_path(path):
16-
suffix = "\\smct_pkg"
16+
suffix = "\\smct"
1717
if path.endswith(suffix):
1818
return path[: -len(suffix)]
1919
else:

0 commit comments

Comments
 (0)