MCPcopy Create free account
hub / github.com/JRickey/BattleShip / log_error

Method log_error

tools/edit_css_icon.py:59–60  ·  view source on GitHub ↗
(self, fmt, *args)

Source from the content-addressed store, hash-verified

57 pass
58
59 def log_error(self, fmt, *args):
60 sys.stderr.write(f"[server] ERROR: {fmt % args}\n")
61
62 # ---- GET ---------------------------------------------------------------
63

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected