1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-21 20:23:50 +03:00

python/samba/netcmd/gpo.py: typo fixes

Signed-off-by: Bjoern Jacke <bjacke@samba.org>
Reviewed-by: Martin Schwenke <martin@meltin.net>
This commit is contained in:
Björn Jacke
2019-10-26 02:41:09 +02:00
committed by Bjoern Jacke
parent 6e91c52bbb
commit c259190db2

View File

@@ -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: