Python change

This commit is contained in:
Eric Eastwood
2026-03-05 11:17:43 -06:00
parent dbcbe41400
commit f98d36ebba

View File

@@ -77,6 +77,9 @@ def log_failure(
# Version string with git info. Computed here once so that we don't invoke git multiple
# times.
SYNAPSE_VERSION = get_distribution_version_string("matrix-synapse", __file__)
"""
Version string with git info.
"""
class ExceptionBundle(Exception):