jedcunningham commented on a change in pull request #18243:
URL: https://github.com/apache/airflow/pull/18243#discussion_r708623755



##########
File path: airflow/dag_processing/manager.py
##########
@@ -660,13 +661,29 @@ def _refresh_dag_dir(self):
                 self.clear_nonexistent_import_errors()
             except Exception:
                 self.log.exception("Error removing old import errors")
+            # Check if file path is a zipfile and get the full path of the 
python file.

Review comment:
       ```suggestion
   
               # Check if file path is a zipfile and get the full path of the 
python file.
   ```
   nit




-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to