Neels Hofmeyr has submitted this change and it was merged.

Change subject: osmodumpdoc: print generated path
......................................................................


osmodumpdoc: print generated path

Change-Id: Ie39316f0b51ee518b9dce8d5f98b53f748db573b
---
M osmopy/osmodumpdoc.py
1 file changed, 1 insertion(+), 0 deletions(-)

Approvals:
  Neels Hofmeyr: Verified
  Harald Welte: Looks good to me, approved



diff --git a/osmopy/osmodumpdoc.py b/osmopy/osmodumpdoc.py
index 3d3f3b6..2464b05 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: merged
Gerrit-Change-Id: Ie39316f0b51ee518b9dce8d5f98b53f748db573b
Gerrit-PatchSet: 2
Gerrit-Project: python/osmo-python-tests
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <[email protected]>
Gerrit-Reviewer: Harald Welte <[email protected]>
Gerrit-Reviewer: Neels Hofmeyr <[email protected]>

Reply via email to