From 7bbcc2093ef6e853e6c56e1aa1172d41d5299584 Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com> Date: Thu, 29 Sep 2016 08:14:59 -0400 Subject: [PATCH] Added a missing newline, python requires it. --- src/apex/routing/route.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/apex/routing/route.py b/src/apex/routing/route.py index 6e615b1..9a8fa28 100644 --- a/src/apex/routing/route.py +++ b/src/apex/routing/route.py @@ -13,6 +13,7 @@ __license__ = 'Apache License, Version 2.0' __copyright__ = 'Copyright 2016, Syncleus, Inc. and contributors' __credits__ = [] + def has_seen(port_map, frame): # Can't digipeat anything when you are the source for port in port_map.values(): -- GitLab