Review comments

This commit is contained in:
Erik Johnston 2019-01-24 18:28:00 +00:00
parent 4a8b715679
commit 26f44164c8
2 changed files with 4 additions and 2 deletions

View file

@ -247,6 +247,7 @@ def room_version_to_event_format(room_version):
int
"""
if room_version not in KNOWN_ROOM_VERSIONS:
raise
# We should have already checked version, so this should not happen
raise RuntimeError("Unrecognized room version %s" % (room_version,))
return EventFormatVersions.V1