Skip to content

Commit b9cae3c

Browse files
authored
BUG Remove warning for ResultsReader on 2.1.32 (#460)
Closes #458
1 parent 16ec796 commit b9cae3c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

serpentTools/parsers/results.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
}
5151
MapStrVersions['2.1.30'] = MapStrVersions['2.1.29']
5252
MapStrVersions['2.1.31'] = MapStrVersions['2.1.29']
53+
MapStrVersions['2.1.32'] = MapStrVersions['2.1.29']
5354
"""
5455
Assigns search strings for different Serpent versions
5556
"""
@@ -495,7 +496,7 @@ def _precheck(self):
495496
if keys is None:
496497
warning("SERPENT {} is not supported by the "
497498
"ResultsReader".format(serpentV))
498-
warning(" Attemping to read anyway. Please report strange "
499+
warning(" Attempting to read anyway. Please report strange "
499500
"behaviors/failures to developers.")
500501
keys = MapStrVersions[max(MapStrVersions)]
501502

0 commit comments

Comments
 (0)