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
The implementation of --dry-run differed from my expectation
Typically a --dry-run would go through the steps without actually doing anything.
However, the implementation here is spectrograms and transcodes are still generated and the only step that is skipped is uploading.
This behaviour is already handled by --automatic-upload false - which in fact does a better job because it prints the data that would be uploaded to the terminal.
The text was updated successfully, but these errors were encountered:
The implementation of
--dry-run
differed from my expectationTypically a
--dry-run
would go through the steps without actually doing anything.However, the implementation here is spectrograms and transcodes are still generated and the only step that is skipped is uploading.
This behaviour is already handled by
--automatic-upload false
- which in fact does a better job because it prints the data that would be uploaded to the terminal.The text was updated successfully, but these errors were encountered: