Remove project path attribute from project class

This commit is contained in:
Veronica Berglyd Olsen
2022-11-06 00:39:30 +01:00
parent a75424e44b
commit 615ee2958a
7 changed files with 15 additions and 24 deletions
+4
View File
@@ -67,6 +67,10 @@ class NWStorage:
# Properties
##
@property
def storagePath(self):
return self._storagePath
@property
def runtimePath(self):
return self._runtimePath