Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Trac #33213: replace SAGE_TMP in dist script doctests.
Browse files Browse the repository at this point in the history
  • Loading branch information
orlitzky committed Feb 15, 2022
1 parent c292ea8 commit 172e9c4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/sage/misc/dist.py
Expand Up @@ -68,7 +68,9 @@ def install_scripts(directory=None, ignore_existing=False):
EXAMPLES::
sage: install_scripts(str(SAGE_TMP), ignore_existing=True)
sage: import tempfile
sage: with tempfile.TemporaryDirectory() as d:
....: install_scripts(d, ignore_existing=True)
Checking that Sage has the command 'gap' installed
...
"""
Expand Down

0 comments on commit 172e9c4

Please sign in to comment.