The unified diff between revisions [cbb4788e..] and [29881737..] is displayed below. It can also be downloaded as a raw diff.
This diff has been restricted to the following files: 'get.py'
#
#
# patch "get.py"
# from [db08ea1dc30c119ced10e1f9ca4104d88c6dfbd0]
# to [c0b4b798af4cf142bcb84df0119018a2872fe0e6]
#
============================================================
--- get.py db08ea1dc30c119ced10e1f9ca4104d88c6dfbd0
+++ get.py c0b4b798af4cf142bcb84df0119018a2872fe0e6
@@ -16,6 +16,7 @@ def retrieve_share(share):
def retrieve_share(share):
cmd = smbwrapper.build_basic_smbclient(target, workgroup, username=user, password=password) + ' ' + pipes.quote('//%s/%s' % (node, share))
+ print cmd
os.system(cmd)
def print_share_menu():