Skip to content

Commit

Permalink
Oops
Browse files Browse the repository at this point in the history
  • Loading branch information
penn5 authored Jun 8, 2019
1 parent c22a5c0 commit d836ed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion idtconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def get_images(cfg: bytes):
def get_simple(cfg):
ret = {}
for line in cfg.split("\n"):
match = re.fullmatch(r"(\w+)(?:\W+)(.+)")
match = re.fullmatch(r"(\w+)(?:\W+)(.+)", line)
if not match:
continue
addr = int(match[1], 0)
Expand Down

0 comments on commit d836ed3

Please sign in to comment.