File tree Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -2761,13 +2761,13 @@ def _validate_mwms_config(self):
2761
2761
]
2762
2762
if Version (current ) in SpecifierSet (f"< { threshold } " ):
2763
2763
raise ValueError (
2764
- "Multi Worker Mirrored Strategy is only supported from {} {} but received {}" .format (
2765
- version_argument , threshold , current
2766
- )
2764
+ "Multi Worker Mirrored Strategy is only supported "
2765
+ "from {} {} but received {}" .format (version_argument , threshold , current )
2767
2766
)
2768
2767
else :
2769
2768
raise ValueError (
2770
- "Multi Worker Mirrored Strategy is currently only supported with {} frameworks but received {}" .format (
2769
+ "Multi Worker Mirrored Strategy is currently only supported "
2770
+ "with {} frameworks but received {}" .format (
2771
2771
minimum_supported_framework_version .keys (), self ._framework_name
2772
2772
)
2773
2773
)
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments