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 e391aa0 commit b9f2232Copy full SHA for b9f2232
images/utils/launcher/node/base.py
@@ -367,10 +367,7 @@ def ignored(item):
367
if old_set != new_set:
368
old.diff = old_set - new_set
369
new.diff = new_set - old_set
370
- if len(new.diff) == 0:
371
- return CompareResult(True, "", old, new)
372
- else:
373
- return CompareResult(False, "Environments are different", old, new)
+ return CompareResult(False, "Environments are different", old, new)
374
375
return CompareResult(True, "", old, new)
376
0 commit comments