Skip to content

Commit c8a7051

Browse files
committed
Add issue references for future readers.
1 parent ef64039 commit c8a7051

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sc2reader/utils.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -465,6 +465,8 @@ def extract_data_file(data_file, archive):
465465
# * Force Decompression and fall back to original exception
466466
# * mpyq doesn't allow you to ignore decompression, it has
467467
# not been a problem yet though.
468+
#
469+
# Refs: arkx/mpyq#12, GraylinKim/sc2reader#102
468470
try:
469471
file_data = archive.read_file(data_file)
470472
except Exception as e:

0 commit comments

Comments
 (0)