You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@mjerick25 one small issue with validateviya. It errors out if the output directory does not exist:
Problem creating report
Traceback (most recent call last):
File "./validateviya.py", line 450, in
htmlFile.close()
NameError: name 'htmlFile' is not defined
Would you mind having it create the directory if it doesn't exist. This would be consistent with some of the other tools:
create directory if it doesn't exist
if not os.path.exists(path): os.makedirs(path)
Thanks, contact me on teams if you have any questions.
Add a tool that will do an initial validation of a Viya environment. Tool Suggested tests:
Need to decide the format of the output.
Can we build it so that additional tests can be added?
The text was updated successfully, but these errors were encountered: