We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a7a909 commit 675181eCopy full SHA for 675181e
1 file changed
tools/Python/mcrun/mcrun.py
@@ -569,7 +569,7 @@ def main():
569
points = len(pointlist[0])
570
if not (all(map(lambda i: len(i) == points, intervals.values()))):
571
raise OptionValueError(
572
- 'All variables much have an equal amount of points.')
+ 'All variables must have an equal amount of points.')
573
interval_points = LinearInterval.from_list(
574
points, intervals)
575
0 commit comments