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
Currently we do not handle the case where the target-file already exists in module_from_template:
module_from_template
https://github.com/idom-team/idom/blob/0bf58771ac9fe0fa04853fbc33a2fdf614aaaed3/src/idom/web/module.py#L144-L150
Add a replace_existing option and raise an error if it is False and the target file exists.
replace_existing
No response
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Current Situation
Currently we do not handle the case where the target-file already exists in
module_from_template
:https://github.com/idom-team/idom/blob/0bf58771ac9fe0fa04853fbc33a2fdf614aaaed3/src/idom/web/module.py#L144-L150
Proposed Actions
Add a
replace_existing
option and raise an error if it is False and the target file exists.Work Items
No response
The text was updated successfully, but these errors were encountered: