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

Issue with output files #1

Open
PaulCombal opened this issue Dec 2, 2020 · 0 comments
Open

Issue with output files #1

PaulCombal opened this issue Dec 2, 2020 · 0 comments

Comments

@PaulCombal
Copy link

Hi,

When I set both the -out and -seed parameters in this order, the -out filename doesn't matter. It will always be saved in the "mazes/" folder with the seed in its name.

You can understand where it goes wrong by looking at pymaze.py around lines 234-242, the seed parameter being specified after out, it overwrites the out_filename.

The workaround is just to swap the order of the parameters in my command line but, still.

Have a good day :)

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

No branches or pull requests

1 participant