diff options
-rw-r--r-- | becommands/list.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/becommands/list.py b/becommands/list.py index 6cd7826..4514039 100644 --- a/becommands/list.py +++ b/becommands/list.py @@ -71,7 +71,7 @@ def execute(args): assigned = "all" for i in range(len(assigned)): if assigned[i] == '-': - assigned[i] == names.creator() + assigned[i] = names.creator() # select target if options.target != None: if options.target == "all": |