Loading cccli/commands/list.py +1 −1 Original line number Diff line number Diff line Loading @@ -36,7 +36,7 @@ class Command_list(TqlCommand): # smart merge argument to have a tql tql = "" for arg in self.args: if arg[0] in ("&", "|", "$", "^", "%"): if len(arg) == 0 or arg[0] in ("&", "|", "$", "^", "%"): tql += arg else: tql += "&%s" % arg Loading Loading
cccli/commands/list.py +1 −1 Original line number Diff line number Diff line Loading @@ -36,7 +36,7 @@ class Command_list(TqlCommand): # smart merge argument to have a tql tql = "" for arg in self.args: if arg[0] in ("&", "|", "$", "^", "%"): if len(arg) == 0 or arg[0] in ("&", "|", "$", "^", "%"): tql += arg else: tql += "&%s" % arg Loading