-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
vtcmd fails if log directory doesn't exist #12
Comments
I got the same error....however sudo mkdir /home/ubuntu/NDAValidationResults gets past the error, it's dirty, but working. |
The latest update to NDATools addresses this issue. @PatrickJReed, @kdaily, or @cw-dvr8 if you pip uninstall and remove the NDAValidationResults directory, then re-install and attempt to run one of the command-line scripts it should automatically create the directory now and the FileNotFoundError should no longer occur. |
following the reinstall... vtcmd -h |
@PatrickJReed I introduced a bug in trying to fix the other one. We just released an updated version that addresses the issue. Tested locally on python2.7 and python3.6 with fresh installation (including removing the ~/.NDATools directory). Please let me know if you continue to see an error with the latest version. |
* Removed use of star operator to unpack objects in print statements * Removed Python3 specific exceptions in favor of python2/3 compatible OSError and IOError exceptions * Small PEP-8 fixes (spacing) - more to do.
On first time installation, no directory at
${HOME}/NDAValidationResults/
exists to create a log file.The text was updated successfully, but these errors were encountered: