commit | 09a9beea0f7df947f5c0e48e1bf2b841d0fbc69c | [log] [tgz] |
---|---|---|
author | Pavlin Radoslavov <pavlin@onlab.us> | Thu Mar 14 17:12:00 2013 -0700 |
committer | Pavlin Radoslavov <pavlin@onlab.us> | Thu Mar 14 17:12:00 2013 -0700 |
tree | f10af5928d5b4e30eafe1b308ac4b220f4f3ce87 | |
parent | 260b55a68e499632a9702caa3cd5206f8b99f6ac [diff] |
Minor formatting when printing the flow entries.
diff --git a/web/shortest_path.py b/web/shortest_path.py index 8a77d61..751489f 100755 --- a/web/shortest_path.py +++ b/web/shortest_path.py
@@ -67,7 +67,7 @@ inPort = f['inPort']['value']; outPort = f['outPort']['value']; dpid = f['dpid']['value'] - print "FlowEntry: (%s, %s, %s)" % (inPort, dpid, outPort) + print " FlowEntry: (%s, %s, %s)" % (inPort, dpid, outPort) if __name__ == "__main__":