Skip to content

Commit

Permalink
Added a logging statement when saving overall_info.json. For #2
Browse files Browse the repository at this point in the history
  • Loading branch information
ferrarimarco committed Feb 10, 2016
1 parent d513035 commit 7e257d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mininet_deployer.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ def topo(topology):


def store_overall_info(my_info):

print "*** Storing overall_info in %s\n" % overall_info_file
stro = json.dumps(my_info)
if os.path.exists(overall_info_file):
os.remove(overall_info_file)
Expand Down

0 comments on commit 7e257d5

Please sign in to comment.