Show More
@@ -711,7 +711,7 b' class OSMagics(Magics):' | |||
|
711 | 711 | For frontends that do not support stdin (Notebook), -f is implied. |
|
712 | 712 | """ |
|
713 | 713 | args = magic_arguments.parse_argstring(self.file, line) |
|
714 | filename = unquote_filename(args.filename) | |
|
714 | filename = os.path.expanduser(unquote_filename(args.filename)) | |
|
715 | 715 | |
|
716 | 716 | if os.path.exists(filename): |
|
717 | 717 | if args.amend: |
General Comments 0
You need to be logged in to leave comments.
Login now