Skip to content

Commit

Permalink
small pylint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
adrifoster committed May 7, 2024
1 parent 5ee5750 commit 797798d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/run_fates_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ def check_arg_validity(args):
# make sure build directory exists
if args.skip_build:
if args.verbose_make:
raise argparse.ArgumentError(None, f"Can't run verbose make and skip build.\n"
raise argparse.ArgumentError(None, "Can't run verbose make and skip build.\n"
"Re-run script without --skip-build")
check_build_dir(args.build_dir, args.test_dict)

Expand Down

0 comments on commit 797798d

Please sign in to comment.