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:
committed by
Bjoern Jacke
parent
6e91c52bbb
commit
c259190db2
@@ -1000,6 +1000,7 @@ class cmd_fetch(GPOCommand):
|
|||||||
|
|
||||||
# Copy GPT
|
# Copy GPT
|
||||||
tmpdir, gpodir = self.construct_tmpdir(tmpdir, gpo)
|
tmpdir, gpodir = self.construct_tmpdir(tmpdir, gpo)
|
||||||
|
|
||||||
try:
|
try:
|
||||||
copy_directory_remote_to_local(conn, sharepath, gpodir)
|
copy_directory_remote_to_local(conn, sharepath, gpodir)
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
|
|||||||
Reference in New Issue
Block a user