Replace os.tempnam with tempfile for python3 (#537)
os.tempnam is eliminated in python3. Used tempfile.NamedTemporaryFile().name instead. This is also valid for python2.7.
Showing
Please
register
or
sign in
to comment
os.tempnam is eliminated in python3. Used tempfile.NamedTemporaryFile().name instead. This is also valid for python2.7.