Skip to content

Commit

Permalink
sidstar: Don't require dev comments
Browse files Browse the repository at this point in the history
  • Loading branch information
a3li committed May 16, 2024
1 parent e243036 commit fd077e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mapbuilder/data/sidstar.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


def parse_sidstar(file_path: Path) -> dict:
pattern = r"^(SID|STAR):(\w{4}):(\d\d\w?):(\w+):(.*?)\s?;"
pattern = r"^(SID|STAR):(\w{4}):(\d\d\w?):(\w+):(.*?)(?:$|\s?;)"

procs = {"SID": {}, "STAR": {}}
in_section = False
Expand Down

0 comments on commit fd077e0

Please sign in to comment.