Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
keiyamamo committed Sep 30, 2024
1 parent c97837e commit 4c1a8cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vasp/automatedPreprocessing/automated_preprocessing.py
Original file line number Diff line number Diff line change
Expand Up @@ -883,7 +883,7 @@ def read_command_line(input_path=None):
if args.solid_thickness == "painted" and len(args.solid_thickness_parameters) == 1:
args.solid_thickness_parameters = [args.solid_thickness_parameters[0], 0.4, 1.0]
elif args.solid_thickness == "painted" and len(args.solid_thickness_parameters) != 3:
raise ValueError("ERROR: solid thickness parameters for 'painted' thickness should be three floats: ")
raise ValueError("ERROR: solid thickness parameters for 'painted' thickness should be three floats.")

if args.verbosity:
print()
Expand Down

0 comments on commit 4c1a8cd

Please sign in to comment.