ephraimbuddy commented on code in PR #27060:
URL: https://github.com/apache/airflow/pull/27060#discussion_r996806805


##########
airflow/dag_processing/manager.py:
##########
@@ -760,6 +762,10 @@ def _refresh_dag_dir(self):
 
             DagCode.remove_deleted_code(dag_filelocs)
 
+            return True
+        else:
+            return False

Review Comment:
   ```suggestion
               return True
           return False
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to