Fix indent reported by pylint.
This commit is contained in:
parent
64c0bea500
commit
9cc8fd6479
@ -203,7 +203,7 @@ def _get_paths(base_dir, parser):
|
||||
for r in raw_paths:
|
||||
# ListDirectory() return paths with "/" at the last if base_dir was GCS URL
|
||||
if r[-1] == "/":
|
||||
r = r[0:len(r)-1]
|
||||
r = r[0:len(r)-1]
|
||||
p = parser(Path(os.path.join(compat.as_str_any(base_dir),
|
||||
compat.as_str_any(r)),
|
||||
None))
|
||||
|
Loading…
Reference in New Issue
Block a user