Skip to content

Commit

Permalink
fix: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinmarnold committed Oct 25, 2021
1 parent e7eb5ce commit 8a4362d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pktfwd/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,5 +177,5 @@ def retry_start_concentrator(is_sx1302, spi_bus,
# lora_pkt_fwd exited with error. Restart the container by letting
# the python application exit without error.
else:
LOGGER.error("lora_pkt_fwd stopped with code=%s." % \
LOGGER.error("lora_pkt_fwd stopped with code=%s." %
lora_pkt_fwd_proc_returncode)

0 comments on commit 8a4362d

Please sign in to comment.