Skip to content

Commit

Permalink
fix path for tempdir
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Munz committed Feb 10, 2023
1 parent 683645a commit 8972151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TemporaryDirectory.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

class TemporaryDirectory:

tempdir_root = os.path.abspath("h5p_python")
tempdir_root = os.path.abspath(".")
temp_prefix = '_temp.h5p.'

def __init__(self, postfix):
Expand Down

0 comments on commit 8972151

Please sign in to comment.