You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 4, 2025. It is now read-only.
This repository was archived by the owner on Mar 4, 2025. It is now read-only.
scaffolding code in script.py not created when using "yo di-pyoperator --init" but when using o di-pyoperator --overwrite the code was generated correctlyng #2
The scaffolding code for the script "script.py" was not created when using the statement "yo di-pyoperator --init" but when using the statement "yo di-pyoperator --overwrite" additionally the scaffolding code was generated correctly.
If you only use the statement "yo di-pyoperator --overwrite" the "utils" Folder was missing, so in order to use the full functionality I had to run both statements:
first:
yo di-pyoperator --init
second - directy after the first statement.
yo di-pyoperator --overwrite