We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
idf.run() does a saveas("in.idf") - improve this
idf.run()
saveas("in.idf")
:Problem: idf.run() does a saveas("in.idf") and does NOT go back to original name :Solution: do saveas("ranmdomname.idf") and go back to original name
saveas("ranmdomname.idf")
The text was updated successfully, but these errors were encountered:
fixed issue #401
bc1a53b
fixing this issue also fixes issue #398
Sorry, something went wrong.
fixed issued #404
:Problem: idf.run() does not run if there is no idf filename :Solution: fixed, so idf.run() works with no filename
No branches or pull requests
idf.run()
does asaveas("in.idf")
- improve this:Problem:
idf.run()
does asaveas("in.idf")
and does NOT go back to original name:Solution: do
saveas("ranmdomname.idf")
and go back to original nameThe text was updated successfully, but these errors were encountered: