Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
CamDavidsonPilon committed Jul 21, 2023
1 parent 5b620ee commit 421f24c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pioreactor/cli/pio.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,9 @@ def log(message: str, level: str, name: str, local_only: bool):
handler.flush()
handler.close()

except Exception:
except Exception as e:
# don't let a logging error bring down a script...
pass
print(e)


@pio.command(name="blink", short_help="blink LED")
Expand Down

0 comments on commit 421f24c

Please sign in to comment.