Fixing comments
This commit is contained in:
parent
9eb136f59f
commit
870b0cc16f
1 changed files with 1 additions and 2 deletions
|
|
@ -168,10 +168,9 @@ class CmdStorage(MuxCommand):
|
||||||
caller.msg(f"This is now a storage location with id: {new_storage_id}.")
|
caller.msg(f"This is now a storage location with id: {new_storage_id}.")
|
||||||
|
|
||||||
|
|
||||||
# CmdSet for easily install all commands
|
|
||||||
class StorageCmdSet(CmdSet):
|
class StorageCmdSet(CmdSet):
|
||||||
"""
|
"""
|
||||||
The git command.
|
CmdSet for all storage-related commands
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def at_cmdset_creation(self):
|
def at_cmdset_creation(self):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue