Run 2to3 utility

This commit is contained in:
Moritz Lell 2019-10-27 14:19:50 +01:00
commit 491040ea72
12 changed files with 26 additions and 26 deletions

View file

@ -36,7 +36,7 @@ def main():
is_checked=is_checked,
set_checked=set_checked,
log_override=log_override):
print state.relpath(os.path.join(env.v.BASE, f.name), cwd)
print(state.relpath(os.path.join(env.v.BASE, f.name), cwd))
if __name__ == '__main__':