Remove project path attribute from project class
This commit is contained in:
@@ -67,6 +67,10 @@ class NWStorage:
|
||||
# Properties
|
||||
##
|
||||
|
||||
@property
|
||||
def storagePath(self):
|
||||
return self._storagePath
|
||||
|
||||
@property
|
||||
def runtimePath(self):
|
||||
return self._runtimePath
|
||||
|
||||
Reference in New Issue
Block a user