Skip to content

Commit

Permalink
Update dash/development/build_renderer.py
Browse files Browse the repository at this point in the history
Co-Authored-By: alexcjohnson <johnson.alex.c@gmail.com>
  • Loading branch information
byronz and alexcjohnson committed Aug 20, 2019
1 parent 6388cb5 commit 61f801d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dash/development/build_renderer.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def bundles():
try:
os.makedirs(assets)
except OSError:
logger.exception(u"🚨 having issues manipulate %s", assets)
logger.exception(u"🚨 having issues manipulating %s", assets)
sys.exit(1)

# parse the package-lock.json and copy bundles
Expand Down

0 comments on commit 61f801d

Please sign in to comment.