Skip to content

Commit d983610

Browse files
author
byron
committed
Merge remote-tracking branch 'origin/assets-#868' into assets-#868
2 parents b373d0d + 61f801d commit d983610

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: dash/development/build_renderer.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def bundles():
7575
try:
7676
os.makedirs(assets)
7777
except OSError:
78-
logger.exception(u"🚨 having issues manipulate %s", assets)
78+
logger.exception(u"🚨 having issues manipulating %s", assets)
7979
sys.exit(1)
8080

8181
# parse the package-lock.json and copy bundles

0 commit comments

Comments
 (0)