X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=daklib%2Futils.py;h=c1be6b9014950f2ec798f09ee14b3aaac9599944;hb=28034de51f4a896773545e90041476aba700efbf;hp=6135a19f6f8bdf303d4978f7ce06868f9eef9c4a;hpb=04dc27ae10c3dc9bb001544c297ae089256c3ef1;p=dak.git diff --git a/daklib/utils.py b/daklib/utils.py index 6135a19f..c1be6b90 100755 --- a/daklib/utils.py +++ b/daklib/utils.py @@ -1494,7 +1494,7 @@ def temp_dirname(parent=None, prefix="dak", suffix=""): Returns a pathname to the new directory """ - return tempfile.mkdtemp(suffix, prefix, directory) + return tempfile.mkdtemp(suffix, prefix, parent) ################################################################################