Review at https://gerrit.osmocom.org/3976
osmodumpdoc: print generated path
Change-Id: Ie39316f0b51ee518b9dce8d5f98b53f748db573b
---
M osmopy/osmodumpdoc.py
1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/python/osmo-python-tests
refs/changes/76/3976/1
diff --git a/osmopy/osmodumpdoc.py b/osmopy/osmodumpdoc.py
index 4841bcc..da039e0 100644
--- a/osmopy/osmodumpdoc.py
+++ b/osmopy/osmodumpdoc.py
@@ -21,6 +21,7 @@
out = open(filename, 'w')
out.write(xml)
out.close()
+ print 'generated %r' % filename
"""Dump the config of all the apps.
--
To view, visit https://gerrit.osmocom.org/3976
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie39316f0b51ee518b9dce8d5f98b53f748db573b
Gerrit-PatchSet: 1
Gerrit-Project: python/osmo-python-tests
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <[email protected]>