Skip to content

Commit

Permalink
spelling and formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-bc committed Nov 3, 2023
1 parent 64c7573 commit cc9c2fc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/actions/spelling/expect.txt
Original file line number Diff line number Diff line change
Expand Up @@ -572,6 +572,7 @@ Smath
SNDHWM
socketserver
sorttable
spam
sphinxcontrib
splitext
squashify
Expand Down
5 changes: 4 additions & 1 deletion src/fprime_gds/common/files/downlinker.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,10 @@ def handle_start(self, data):
self.active.open(TransmitFileState.WRITE)
except PermissionError as exc:
self.state = FileStates.ERROR
LOGGER.warning("Unable to open file for writing. Discarding subsequent downlink packets. " + str(exc))
LOGGER.warning(
"Unable to open file for writing. Discarding subsequent downlink packets. "
+ str(exc)
)
return
LOGGER.addHandler(self.active.log_handler)
message = "Received START packet with metadata:\n"
Expand Down

0 comments on commit cc9c2fc

Please sign in to comment.