Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/assets-#868' into assets-#868
Browse files Browse the repository at this point in the history
  • Loading branch information
byron committed Aug 20, 2019
2 parents b373d0d + 61f801d commit d983610
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 d983610

Please sign in to comment.