osmodumpdoc: print generated path

Change-Id: Ie39316f0b51ee518b9dce8d5f98b53f748db573b
This commit is contained in:
Neels Hofmeyr 2017-09-18 16:00:21 +02:00
parent a784f2407b
commit d2e793a58a
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ def dump_doc(name, port, filename):
out = open(filename, 'w')
out.write(xml)
out.close()
print 'generated %r' % filename
"""Dump the config of all the apps.