Skip to content

Simple bug in input_reader.py #1813

@Mandelbr0t

Description

@Mandelbr0t

match = re.search(r"bPMASS_TYPE\s*=\s*\w*", command, re.IGNORECASE)

I think there is a "\" missing: r"bPMASS_TYPE\s*=\s*\w*" -> r"\bPMASS_TYPE\s*=\s*\w*"

Metadata

Metadata

Assignees

Labels

P3Highest Priority, someone is/should be actively working on this

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions