Closed jvorcak closed 5 years ago
Hi,
While checking mvn projects, we create tmp folder .license-shTestDir in current directory. I think this is not the best approach and we should try to avoid touching code dir as much as possible.
mvn
.license-shTestDir
Let's try to create temdir if possible https://docs.python.org/3.8/library/tempfile.html
Fixed with #26
Hi,
While checking
mvn
projects, we create tmp folder.license-shTestDir
in current directory. I think this is not the best approach and we should try to avoid touching code dir as much as possible.Let's try to create temdir if possible https://docs.python.org/3.8/library/tempfile.html