Skip to content

Commit

Permalink
trac 24286 detail
Browse files Browse the repository at this point in the history
  • Loading branch information
Frédéric Chapoton committed Feb 13, 2018
1 parent 040cc3f commit ede1402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/repl/load.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def load(filename, globals, attach=False):
sage: load_attach_path()
['.']
sage: t_dir = tmp_dir()
sage: fname = tmp_filename(ext='.py')
sage: fname = 'test.py'
sage: fullpath = os.path.join(t_dir, fname)
sage: with open(fullpath, 'w') as f:
....: _ = f.write("print(37 * 3)")
Expand Down

0 comments on commit ede1402

Please sign in to comment.