##// END OF EJS Templates
+1 linting issues
Aditya Sathe -
Show More
@@ -663,7 +663,7 b' class Magics(Configurable):'
663 663 if preserve_non_opts:
664 664 args = remainder_arg_str.lstrip()
665 665 else:
666 args = ' '.join(args)
666 args = " ".join(args)
667 667
668 668 return opts,args
669 669
General Comments 0
You need to be logged in to leave comments. Login now