Skip to content

Commit 02aa6a1

Browse files
committed
behavior_version, another small fix
1 parent ee3a4fa commit 02aa6a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

returnn/util/basic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ def is_set(cls):
233233
"""
234234
:rtype: bool
235235
"""
236-
return cls._behavior_version is None
236+
return cls._behavior_version is not None
237237

238238
class RequirementNotSatisfied(Exception):
239239
"""

0 commit comments

Comments
 (0)