Changeset 8d56a6 for tests/Python/AllActions/moltest_check.py
- Timestamp:
- Jun 21, 2018, 8:31:25 AM (7 years ago)
- Branches:
- Candidate_v1.6.1, Candidate_v1.7.0, ChemicalSpaceEvaluator, stable
- Children:
- d83d64, f5ea10
- Parents:
- 3e334e (diff), 4fc0ea (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
tests/Python/AllActions/moltest_check.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tests/Python/AllActions/moltest_check.py
r3e334e r8d56a6 24 24 def CheckParameters(docstring): 25 25 result = 0 26 params = re.findall(r'\(str\)([- a-zA-Z]*)', docstring)26 params = re.findall(r'\(str\)([-_a-zA-Z]*)', docstring) 27 27 28 28 for param in params:
Note:
See TracChangeset
for help on using the changeset viewer.
