From c259190db2d232a9db6d25d7cdbca649a56bd26f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Jacke?= Date: Sat, 26 Oct 2019 02:41:09 +0200 Subject: python/samba/netcmd/gpo.py: typo fixes Signed-off-by: Bjoern Jacke Reviewed-by: Martin Schwenke --- python/samba/netcmd/gpo.py | 1 + 1 file changed, 1 insertion(+) (limited to 'python') 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: -- cgit v1.2.3