Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

render manual tests root path #301

Closed
igbondar opened this issue Jul 8, 2020 · 4 comments
Closed

render manual tests root path #301

igbondar opened this issue Jul 8, 2020 · 4 comments

Comments

@igbondar
Copy link

igbondar commented Jul 8, 2020

Hi!
It is probably not very important, just a side note.

I ran this script render_manual_tests_output.py on windows 10 but it didn't do anything.
The root path is one word it always returns empty list.
filenames = utils.get_all_files('manual_tests_output', ['*' + render.INPUT_ARRAY_FORMAT])

Full root path works fine.

@doyubkim
Copy link
Owner

doyubkim commented Jul 8, 2020

Uh oh! Let me see what’s going on. Thanks for reporting this issue!

@doyubkim
Copy link
Owner

Hi @igbondar ! I just tried on my Windows machine, but I couldn't reproduce the issue.
But based on what you said, can you double check which directory are you running the manual_tests.exe and render_manual_tests_output.py? Both should be called from the same directory.

@igbondar
Copy link
Author

Hi @doyubkim !
It is working fine if I run it from manual_tests.exe directory.
Wasn't clear from webhelp about this restriction,
Thanks!

@doyubkim
Copy link
Owner

Actually it doesn’t have to be in the directory where the exe file exists. Where you run the python script should be the directory where manual_tests_output exists. Please let me know if you still have the issue!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants