Skip to content

Commit

Permalink
fix a bug
Browse files Browse the repository at this point in the history
  • Loading branch information
th3w1zard1 committed Mar 14, 2024
1 parent ba968c9 commit c00edd1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Libraries/PyKotor/src/pykotor/extract/installation.py
Original file line number Diff line number Diff line change
Expand Up @@ -1462,6 +1462,7 @@ def check_folders(values: list[Path]):
resname=gff_file.stem,
restype=restype,
size=gff_file.stat().st_size,
offset=0,
filepath=gff_file
)
gffs.add(fileres)
Expand Down

0 comments on commit c00edd1

Please sign in to comment.