diff options
author | Joe Guo <joeg@catalyst.net.nz> | 2018-07-30 18:20:39 +1200 |
---|---|---|
committer | Douglas Bagnall <dbagnall@samba.org> | 2018-08-24 07:49:29 +0200 |
commit | 211c9a5f85bffbb012b4567bad265c9339588fbf (patch) | |
tree | d22f062161bdd07b60c6ac3bd42964ea902a402b /source4/scripting/devel/demodirsync.py | |
parent | 542e91ef9222302303d2ecc10dceb96d1b0d5bab (diff) | |
download | samba-211c9a5f85bffbb012b4567bad265c9339588fbf.tar.gz |
PEP8: fix E302: expected 2 blank lines, found 1
Signed-off-by: Joe Guo <joeg@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Diffstat (limited to 'source4/scripting/devel/demodirsync.py')
-rwxr-xr-x | source4/scripting/devel/demodirsync.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/scripting/devel/demodirsync.py b/source4/scripting/devel/demodirsync.py index 83263ea9f03..8f1e7d7c451 100755 --- a/source4/scripting/devel/demodirsync.py +++ b/source4/scripting/devel/demodirsync.py @@ -28,6 +28,7 @@ creds = credopts.get_credentials(lp) opts = parser.parse_args()[0] + def printdirsync(ctl): arr = ctl.split(':') if arr[0] == 'dirsync': |