Run flake8 for general code and style cleanup
This commit is contained in:
@ -141,7 +141,7 @@ if __name__ == "__main__":
|
||||
files = sorted(files)
|
||||
|
||||
if files == []:
|
||||
print(f"No results found, exiting")
|
||||
print("No results found, exiting")
|
||||
exit(error.E_NO_RESULTS)
|
||||
|
||||
# Pretty print all filenames
|
||||
|
Reference in New Issue
Block a user