potiuk commented on a change in pull request #13439:
URL: https://github.com/apache/airflow/pull/13439#discussion_r551391822



##########
File path: setup.py
##########
@@ -59,7 +68,10 @@ def finalize_options(self):
     def run(self):  # noqa
         """Run command to remove temporary files and directories."""
         os.chdir(my_dir)
-        os.system('rm -vrf ./build ./dist ./*.pyc ./*.tgz ./*.egg-info')
+        os.system(
+            'rm -vrf ./build ./dist ./*.pyc ./*.tgz ./*.egg-info '
+            + './docker-context-files/*.whl ./docker-context-files/*.tgz'  # 
noqa
+        )

Review comment:
       Nope. # noqa was there for another reason (security of os.system for 
user input) which was a false-positive, But I can double-check,




----------------------------------------------------------------
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.

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


Reply via email to