d34b500 Fix bandit issue: B108:hardcoded_tmp_directory

Authored and Committed by qwan 6 years ago
    Fix bandit issue: B108:hardcoded_tmp_directory
    
    Replace hard-coded '/tmp' with tempfile.gettempdir()
    
        
file modified
+4 -1