We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7244b2 commit 7cec883Copy full SHA for 7cec883
cmscontrib/YamlLoader.py
@@ -227,7 +227,7 @@ def has_changed(self, name):
227
"rt", encoding="utf-8"))
228
229
# If there is a .skip_import file, we pretend the task didn't change
230
- if not os.path.exists(os.path.join(path, ".skip_import")):
+ if os.path.exists(os.path.join(path, ".skip_import")):
231
return False
232
233
# If there is no .itime file, we assume that the task has changed
0 commit comments