Skip to content
Snippets Groups Projects
Commit c360a381 authored by Markus Scheidgen's avatar Markus Scheidgen
Browse files

Fixed to restrictive version expression.

parent e74f5dec
Branches
Tags
No related merge requests found
......@@ -153,7 +153,7 @@ class ParserQuantumEspresso():
# program name, e.g. PWSCF, DOS
r"\s*Program\s+(?P<x_qe_program_name>\S+)\s+v\." +
# version
r"(?P<program_version>\S+(?:\s+\(svn\s+rev\.\s+\d+\s*\))?)" +
r"(?P<program_version>\S+(?:\s+\(svn\s+rev\.\s+\d*\s*\))?)" +
r"\s+starts" +
# newer espresso: "on $date"
r"(?:(?:\s+on\s+(?P<time_run_date_start__strQeDate>.+?)?)\s*$|" +
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment