summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorBjörn Jacke <bj@sernet.de>2019-10-26 02:41:09 +0200
committerBjoern Jacke <bjacke@samba.org>2019-10-31 00:43:37 +0000
commitc259190db2d232a9db6d25d7cdbca649a56bd26f (patch)
tree956c2c7634eea38ce426bfd61150c7b7dff55a8e /python
parent6e91c52bbb9a5fe0a4057e15cd52ab56ff6682b6 (diff)
downloadsamba-c259190db2d232a9db6d25d7cdbca649a56bd26f.tar.gz
python/samba/netcmd/gpo.py: typo fixes
Signed-off-by: Bjoern Jacke <bjacke@samba.org> Reviewed-by: Martin Schwenke <martin@meltin.net>
Diffstat (limited to 'python')
-rw-r--r--python/samba/netcmd/gpo.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/samba/netcmd/gpo.py b/python/samba/netcmd/gpo.py
index 106c5cf2d56..e9878c13570 100644
--- a/python/samba/netcmd/gpo.py
+++ b/python/samba/netcmd/gpo.py
@@ -1000,6 +1000,7 @@ class cmd_fetch(GPOCommand):
# Copy GPT
tmpdir, gpodir = self.construct_tmpdir(tmpdir, gpo)
+
try:
copy_directory_remote_to_local(conn, sharepath, gpodir)
except Exception as e: