Skip to content

Commit

Permalink
Merge pull request #163 from openxc/release820
Browse files Browse the repository at this point in the history
Release820
  • Loading branch information
GenoJAFord authored Aug 3, 2021
2 parents 8b894a7 + cc6765c commit 24a06a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions openxc/sources/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ def __init__(self, callback=None, log_mode=None, payload_format=None):
self._streamer = None
self._formatter = None
self._format = payload_format
self.format = payload_format # Added 7/30/2021 to fix protobuf streaming out

self.logger = SourceLogger(self, log_mode)

Expand Down
2 changes: 2 additions & 0 deletions openxc/tools/control.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,8 @@ def main():
interface = interface_class(**interface_kwargs)
interface.start()

handle_set_command(arguments, interface)

if arguments.command == "version":
version(interface)
elif arguments.command == "platform":
Expand Down

0 comments on commit 24a06a4

Please sign in to comment.