Skip to content

Commit 61f801d

Browse files
byronzalexcjohnson
andauthored
Update dash/development/build_renderer.py
Co-Authored-By: alexcjohnson <[email protected]>
1 parent 6388cb5 commit 61f801d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)