Loading cccli/command.py +1 −1 Original line number Diff line number Diff line Loading @@ -414,7 +414,7 @@ class TqlCommand(RemoteCommand): raise cmdWarning("User aborted") # bobby doing many things, he needs to be really sure! if len(objs["objects"]) > 5: self.printer.out("%sYou will act on more than 5 objets!%s"%(color["uyellow"], color["reset"])) self.printer.out("%sYou will act on more than 5 objects!%s"%(color["uyellow"], color["reset"])) if self.printer.ask("%sAre you really sure?%s (Yes Mistress): " %(color["lred"], color["reset"])) != "Yes Mistress": raise cmdWarning("User aborted") Loading Loading
cccli/command.py +1 −1 Original line number Diff line number Diff line Loading @@ -414,7 +414,7 @@ class TqlCommand(RemoteCommand): raise cmdWarning("User aborted") # bobby doing many things, he needs to be really sure! if len(objs["objects"]) > 5: self.printer.out("%sYou will act on more than 5 objets!%s"%(color["uyellow"], color["reset"])) self.printer.out("%sYou will act on more than 5 objects!%s"%(color["uyellow"], color["reset"])) if self.printer.ask("%sAre you really sure?%s (Yes Mistress): " %(color["lred"], color["reset"])) != "Yes Mistress": raise cmdWarning("User aborted") Loading