We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecf05d5 commit 04d574fCopy full SHA for 04d574f
1 file changed
app.py
@@ -178,8 +178,7 @@ def main():
178
# Check if there is actually any Diff
179
if globalDiff.get("removed").__len__() + globalDiff.get("added").__len__() <= 0:
180
logger.debug("No Changes were made, skipping...")
181
-
182
- return
+ continue
183
184
logger.info(f"Sending Diff to {ENDPOINT} with{"out" if not ENDPOINT_KEY else ""} Auth")
185
0 commit comments