Skip to content

Commit

Permalink
chore(): update code
Browse files Browse the repository at this point in the history
  • Loading branch information
Janice-shi committed Jan 16, 2024
1 parent 5ca9990 commit fd5784d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/brick-container/tools/link_static_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ def check_standalone_na_dep_dir(install_app_path, app_version):
bricks_dir = os.path.join(install_app_path, "versions", app_version, "webroot", "-", _BRICKS_FOLDER)
templates_dir = os.path.join(install_app_path, "versions", app_version, "webroot", "-", _TEMPLATES_FOLDER)
core_dir = os.path.join(install_app_path, "versions", app_version, "webroot", "-", _CORE_FOLDER)
return os.path.exists(bricks_dir) and os.path.exists(templates_dir) and os.path.join(core_dir)
return os.path.exists(bricks_dir) and os.path.exists(templates_dir) and os.path.exists(core_dir)


if __name__ == "__main__":
Expand Down

0 comments on commit fd5784d

Please sign in to comment.