Reformat project
This commit is contained in:
@@ -32,7 +32,7 @@ class AliasCommand:
|
||||
failure("Must be a number, not %s" % spl[2])
|
||||
return
|
||||
num = int(spl[2])
|
||||
if not num in main.alias.keys():
|
||||
if num not in main.alias.keys():
|
||||
failure("No such alias: %i" % num)
|
||||
return
|
||||
failed = False
|
||||
|
||||
Reference in New Issue
Block a user