MCPcopy Index your code
hub / github.com/borgbackup/borg / PlaceholderError

Class PlaceholderError

src/borg/helpers/parseformat.py:339–342  ·  view source on GitHub ↗

Formatting Error: "{}".format({}): {}({})

Source from the content-addressed store, hash-verified

337
338
339class PlaceholderError(Error):
340 """Formatting Error: "{}".format({}): {}({})"""
341
342 exit_mcode = 5
343
344
345class InvalidPlaceholder(PlaceholderError):

Callers 1

format_lineFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected