1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-04 08:22:08 +03:00

PEP8: fix E261: at least two spaces before inline comment

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>
This commit is contained in:
Joe Guo
2018-07-30 18:19:33 +12:00
committed by Douglas Bagnall
parent 1ccc36b401
commit c809a86023
34 changed files with 68 additions and 68 deletions

View File

@ -85,7 +85,7 @@ if __name__ == "__main__":
newer_file = True
if newer_file:
utime = None # Sets to current time.
utime = None # Sets to current time.
print '...Setting fake mtime to NOW. Will trigger re-index.'
else:
mtime = os.stat(media_dir)[stat.ST_MTIME]