Skip to content

Commit 5ca1fb7

Browse files
author
Nikhil Handigol
committed
monitoring output dir name change
1 parent 18a0b7e commit 5ca1fb7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mininet/net.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ def __init__( self, topo=None, switch=OVSKernelSwitch, host=Host,
149149
self.listenPort = listenPort
150150

151151
dt = datetime.now()
152-
self.monitoring = Monitor(output_dir='/tmp/%s-%s' % (str(dt.date()), str(dt.time())))
152+
self.monitoring = Monitor(output_dir='/tmp/mininet-%s-%s' % (str(dt.date()), str(dt.time())))
153153

154154
self.hosts = []
155155
self.switches = []

0 commit comments

Comments
 (0)