We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 767a15e commit ee3a4faCopy full SHA for ee3a4fa
returnn/util/basic.py
@@ -201,7 +201,7 @@ def set(cls, version):
201
if version == cls._behavior_version:
202
return
203
assert not cls.is_set(), (
204
- "behavior_version already set to %i, cannot reset to %i" % (cls._behavior_version, version))
+ "behavior_version already set to %s, cannot reset to %i" % (cls._behavior_version, version))
205
assert version >= 0
206
if version > cls._latest_behavior_version:
207
log.print_warning(
0 commit comments