Changeset 8d56a6 for tests/Python/AllActions/moltest.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.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tests/Python/AllActions/moltest.py
r3e334e r8d56a6 39 39 def ParseParameters(docstring): 40 40 result = [] 41 params = re.findall(r'\(str\)([- a-zA-Z]*)', docstring)41 params = re.findall(r'\(str\)([-_a-zA-Z]*)', docstring) 42 42 43 43 for param in params:
Note:
See TracChangeset
for help on using the changeset viewer.
