emencia / diskette

💾 Export and import Django application data and medias
https://diskette.readthedocs.io/
MIT License
1 stars 0 forks source link

[diskette_dump] Better error when path from argument 'archive' does not exists #7

Closed sveetch closed 7 months ago

sveetch commented 7 months ago

Is your feature request related to a problem? Please describe.

Currently when given archive path does not exists, program stop with a Python exception.

Describe the solution you'd like

This situation should fail with a proper critical message, more human friendly like:

Given archive path does not exists: /home/foo/bar.tar.gz
sveetch commented 7 months ago

Done in 0.3.4-pre.2