Past.traslate module assumes tmp
folder to be present, even on windows platform
#295
Labels
tmp
folder to be present, even on windows platform
#295
I am working on a project that uses
past
module to run some python 2 code on python3 on Windows OS.Here is the error:
This problem arises because of the hardcoded
tmp
folder while writing the to a file in past module see here https://github.com/PythonCharmers/python-future/blob/master/src/past/translation/__init__.py#L221We should remove this hardcoding and use
tmp
env variable.The text was updated successfully, but these errors were encountered: