Skip to content

Commit

Permalink
Cosmetics in example agent's DumpRegistered() output
Browse files Browse the repository at this point in the history
  • Loading branch information
pief committed Jan 10, 2013
1 parent a5cbdc7 commit 305d024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example_agent.py
Expand Up @@ -139,7 +139,7 @@
def DumpRegistered():
print "{0}: Registered SNMP objects: ".format(prgname)
vars = agent.getRegistered().__str__()
print vars.replace("},", "}\n")
print vars.replace("},", "},\n")
DumpRegistered()

# Install a signal handler that terminates our example agent when
Expand Down

0 comments on commit 305d024

Please sign in to comment.