Skip to content

Commit

Permalink
a bit more verbosity from puppeteer check
Browse files Browse the repository at this point in the history
  • Loading branch information
o-smirnov committed Sep 21, 2023
1 parent d966e2e commit df65e64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion radiopadre/htmlfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# check for puppeteer module
if nodejs:
try:
subprocess.check_call("npm list -g puppeteer", shell=True, stdout=subprocess.DEVNULL)
subprocess.check_call("npm list -g puppeteer", shell=True) # , stdout=subprocess.DEVNULL)
except subprocess.CalledProcessError as exc:
if exc.stdout:
message(exc.stdout)
Expand Down

0 comments on commit df65e64

Please sign in to comment.