flyingcircusio / batou

batou is a universal, fractal deployment utility using Python.
https://batou.readthedocs.org
Other
47 stars 11 forks source link

batou.lib.file.Purge: warn when the target does not exist (anymore) #380

Open PhilTaken opened 1 year ago

PhilTaken commented 1 year ago

The current behavior is to silently ignore typos and already deleted files. With a warning, the Component would provide more visibility, ease the debugging of typos and show what purge call can be deleted from the deployment code.