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

Possibility to save in any other directory the results? #14

Closed
b1ackGamba opened this issue Apr 16, 2020 · 1 comment
Closed

Possibility to save in any other directory the results? #14

b1ackGamba opened this issue Apr 16, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@b1ackGamba
Copy link

What about changing in this file core/save_it.py:

This:

if outfile:
        filename = f'output/{outfile}'

to this:

if outfile:
        filename = f'{outfile}'

So this way the output file can be saved in other root directory.

@devanshbatham
Copy link
Owner

Added this feature , reclone the repo and test it !

@devanshbatham devanshbatham added the enhancement New feature or request label Apr 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants