Show More
@@ -804,7 +804,7 b' def test_file_spaces():' | |||
|
804 | 804 | ip = get_ipython() |
|
805 | 805 | with TemporaryWorkingDirectory() as td: |
|
806 | 806 | fname = "file name" |
|
807 |
ip.run_cell_magic("file", "' |
|
|
807 | ip.run_cell_magic("file", '"%s"'%fname, u'\n'.join([ | |
|
808 | 808 | 'line1', |
|
809 | 809 | 'line2', |
|
810 | 810 | ])) |
General Comments 0
You need to be logged in to leave comments.
Login now