Remove an extra quote marker typo.
This commit is contained in:
parent
3fdd7e0907
commit
c62f701626
1 changed files with 1 additions and 1 deletions
|
|
@ -210,7 +210,7 @@ class ObjectDB(TypedObject):
|
|||
return [path.strip() for path in storage.split(',')] if storage else []
|
||||
|
||||
def __cmdset_storage_set(self, value):
|
||||
""""setter"""
|
||||
"""setter"""
|
||||
self.db_cmdset_storage = ",".join(str(val).strip() for val in make_iter(value))
|
||||
self.save(update_fields=["db_cmdset_storage"])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue