Skip to content
Snippets Groups Projects
Commit 2f3003ff authored by Alvin Noe Ladines's avatar Alvin Noe Ladines
Browse files

Merge branch 'parser-fix' into 'develop'

Adjust phonopy matcher regex

See merge request !1160
parents 9aecc92c 0144ed4a
Branches
Tags
1 merge request!1160Adjust phonopy matcher regex
Pipeline #160147 passed
......@@ -587,7 +587,7 @@ parsers = [
MatchingParserInterface(
'workflowparsers.PhonopyParser',
metadata_path=f'{prefix_workflow}/phonopy/metadata.yaml',
mainfile_name_re=(r'(.*/phonopy-FHI-aims-displacement-0*1/control.in$)|(.*/phon.+yaml)')
mainfile_name_re=(r'(.*/phonopy-FHI-aims-displacement-0*1/control.in$)|(.*/phon[^/]+yaml)')
),
MatchingParserInterface(
'eelsdbparser.EELSDBParser',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment