flake works

This commit is contained in:
Denis Lehmann 2021-04-21 12:27:33 +02:00
parent 39203d5279
commit a2f710c263
3 changed files with 26 additions and 48 deletions

View file

@ -178,4 +178,5 @@ if __name__ == "__main__":
print("profile '{}' applied".format(args.profile))
else:
parser.error("either set a profile or --iterate")
print("either set a profile or the --iterate flag")
exit(1)