Skip to content
Snippets Groups Projects
Commit 7bbcc209 authored by Jeffrey Phillips Freeman's avatar Jeffrey Phillips Freeman :boom:
Browse files

Added a missing newline, python requires it.

parent b1ac694e
No related branches found
No related tags found
No related merge requests found
...@@ -13,6 +13,7 @@ __license__ = 'Apache License, Version 2.0' ...@@ -13,6 +13,7 @@ __license__ = 'Apache License, Version 2.0'
__copyright__ = 'Copyright 2016, Syncleus, Inc. and contributors' __copyright__ = 'Copyright 2016, Syncleus, Inc. and contributors'
__credits__ = [] __credits__ = []
def has_seen(port_map, frame): def has_seen(port_map, frame):
# Can't digipeat anything when you are the source # Can't digipeat anything when you are the source
for port in port_map.values(): for port in port_map.values():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment