Skip to content

Commit 7ee59aa

Browse files
Update dash/dash.py
Co-authored-by: Alex Johnson <[email protected]>
1 parent 0d1828b commit 7ee59aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dash/dash.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,7 @@ def _collect_and_register_resources(self, resources):
619619
# for cache busting
620620
def _relative_url_path(relative_package_path="", namespace=""):
621621
if any(
622-
relative_package_path.startswith(x)
622+
relative_package_path.startswith(x + '/')
623623
for x in ["dcc", "html", "dash_table"]
624624
):
625625
relative_package_path = relative_package_path.replace("dash.", "")

0 commit comments

Comments
 (0)