Skip to content

Commit

Permalink
condense changelog bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
guigoruiz1 committed Dec 24, 2023
1 parent 4903ab3 commit d1c17e0
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/yugiquery.py
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ def condense_changelogs(files: pd.DataFrame):
last_date = None
for file in files:
match = re.search(
r"(\w+_\w+)_(\d{4}-\d{2}-\d{2}T\d{2}:\d{2})Z_(\d{4}-\d{2}-\d{2}T\d{2}:\d{2})Z.bz2",
r"(\w+)_\w+_(\d{4}-\d{2}-\d{2}T\d{2}:\d{2})Z_(\d{4}-\d{2}-\d{2}T\d{2}:\d{2})Z.bz2",
os.path.basename(file),
)
name = match.group(1)
Expand Down

0 comments on commit d1c17e0

Please sign in to comment.