c6e47f6 Remove superfluous mkdtemp()

Authored and Committed by nphilipp 4 years ago
    Remove superfluous mkdtemp()
    
    I put this in for debugging (the TemporaryDirectory context manager
    cleans up really early), and forgot to take it out before committing.
    
    Signed-off-by: Nils Philippsen <nils@redhat.com>