Fixed a problem with the "Delete folder" API, having had the wrong prototype
This commit is contained in:
@@ -142,7 +142,7 @@ class Installation(SingletonModel):
|
||||
self.os_properties()
|
||||
self.binary_dependencies()
|
||||
self.mayan_properties()
|
||||
self.git_properties()
|
||||
# self.git_properties()
|
||||
self.virtualenv_properties()
|
||||
|
||||
def __getattr__(self, name):
|
||||
|
||||
Reference in New Issue
Block a user