From: Björn Jacke Date: Sat, 26 Oct 2019 00:41:09 +0000 (+0200) Subject: python/samba/netcmd/gpo.py: typo fixes X-Git-Tag: talloc-2.3.1~185 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c259190db2d232a9db6d25d7cdbca649a56bd26f;p=thirdparty%2Fsamba.git python/samba/netcmd/gpo.py: typo fixes Signed-off-by: Bjoern Jacke Reviewed-by: Martin Schwenke --- 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: