Skip to content

Commit

Permalink
Fix call to logger.info(...)
Browse files Browse the repository at this point in the history
  • Loading branch information
asottile committed Jan 1, 2020
1 parent 1cd15d7 commit 3cbec79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodeenv.py
Original file line number Diff line number Diff line change
Expand Up @@ -700,7 +700,7 @@ def install_node(env_dir, src_dir, opt):
install_node_wrapped(env_dir, src_dir, opt)
except BaseException:
# this restores the newline suppressed by continued=True
logger.info()
logger.info('')
raise


Expand Down

0 comments on commit 3cbec79

Please sign in to comment.