b8ea32b Use tempfile.mkdtemp instead of tempfile.mktemp

1 file Authored by dshea 8 years ago, Committed by jhutar 8 years ago,
1 file changed. 1 lines added. 2 lines removed.
    Use tempfile.mkdtemp instead of tempfile.mktemp
    
    mktemp may not be secure or reliable since there is a delay between
    returning the name and creating the directory.
    
    Signed-off-by: Jan Hutar <jhutar@redhat.com>
    
        
file modified
+1 -2