We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16ec796 commit b9cae3cCopy full SHA for b9cae3c
serpentTools/parsers/results.py
@@ -50,6 +50,7 @@
50
}
51
MapStrVersions['2.1.30'] = MapStrVersions['2.1.29']
52
MapStrVersions['2.1.31'] = MapStrVersions['2.1.29']
53
+MapStrVersions['2.1.32'] = MapStrVersions['2.1.29']
54
"""
55
Assigns search strings for different Serpent versions
56
@@ -495,7 +496,7 @@ def _precheck(self):
495
496
if keys is None:
497
warning("SERPENT {} is not supported by the "
498
"ResultsReader".format(serpentV))
- warning(" Attemping to read anyway. Please report strange "
499
+ warning(" Attempting to read anyway. Please report strange "
500
"behaviors/failures to developers.")
501
keys = MapStrVersions[max(MapStrVersions)]
502
0 commit comments