Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
339
class
PlaceholderError(Error):
340
""
"Formatting Error: "
{}
".format({}): {}({})"
""
341
342
exit_mcode = 5
343
344
345
class
InvalidPlaceholder(PlaceholderError):
Callers
1
format_line
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected