backup -- create: ValueError: No closing quotation #34
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
It looks like some problem with the quotation of the pre hook. I pushed a little change in the logging behaviour:
a3f27fa6ba
It would be good to know which recipe it affects and the output with
DEBUG
log level.abra-test-recipe
, debug gives nothing from theabra
side really 🤔maybe it would be indeed good to toss back JSON from
backupbot
side for this kind of stuff. soabra
can provide verbose logs? Or else, to passDEBUG=...
tobackupbot
to produce verbose logs to be outputted?Will give it another test run shortly!
I mean on backupbot side
--log=DEBUG
.It was a bug in handling quotes while prepending pre/post hooks with a
pipefail
:359140781e