##// END OF EJS Templates
Update osm.py
hongshaoyang -
Show More
@@ -776,7 +776,7 b' class OSMagics(Magics):'
776
776
777 The file will be overwritten unless the -a (--append) flag is specified.
777 The file will be overwritten unless the -a (--append) flag is specified.
778 """
778 """
779 line = line if len(line.split())==1 else '"%s"' % line
779 line = line if len(line.split())==1 else '"%s"' % line.strip("\"\'")
780 args = magic_arguments.parse_argstring(self.writefile, line)
780 args = magic_arguments.parse_argstring(self.writefile, line)
781 filename = os.path.expanduser(args.filename.strip("\"\'"))
781 filename = os.path.expanduser(args.filename.strip("\"\'"))
782
782
General Comments 0
You need to be logged in to leave comments. Login now