You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "potiuk (via GitHub)" <gi...@apache.org> on 2023/02/25 21:34:52 UTC

[GitHub] [airflow] potiuk commented on a diff in pull request #29769: Fix compile www assets dev

potiuk commented on code in PR #29769:
URL: https://github.com/apache/airflow/pull/29769#discussion_r1117982374


##########
scripts/ci/pre_commit/pre_commit_compile_www_assets_dev.py:
##########
@@ -35,6 +35,7 @@
 
 if __name__ == "__main__":
     www_directory = AIRFLOW_SOURCES_PATH / "airflow" / "www"
+    WWW_CACHE_DIR.mkdir(exist_ok=True)

Review Comment:
   ```suggestion
       WWW_CACHE_DIR.mkdir(exist_ok=True, parents=True)
   ```



-- 
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-unsubscribe@airflow.apache.org

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