Skip to content
Snippets Groups Projects
Commit 876598a7 authored by Espen Sollum's avatar Espen Sollum
Browse files

Added trailing slash to path names

parent 396d84ac
No related branches found
No related tags found
No related merge requests found
......@@ -143,7 +143,7 @@ parser.add_argument(
"might want to go back and look at the test directories, so auto-cleanup "
"prevents that."),
dest="SCRATCH_DIR",
default="/tmp")
default="/tmp/")
......
......@@ -70,7 +70,7 @@ def main():
"--tmp_dir",
help=("Where temporary files are stored."),
dest='SCRATCH_DIR',
default='/tmp')
default='/tmp/')
args = parser.parse_args()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment