mirror of
https://github.com/samba-team/samba.git
synced 2025-12-20 16:23:51 +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:
committed by
Bjoern Jacke
parent
6e91c52bbb
commit
c259190db2
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user