We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef64039 commit c8a7051Copy full SHA for c8a7051
sc2reader/utils.py
@@ -465,6 +465,8 @@ def extract_data_file(data_file, archive):
465
# * Force Decompression and fall back to original exception
466
# * mpyq doesn't allow you to ignore decompression, it has
467
# not been a problem yet though.
468
+ #
469
+ # Refs: arkx/mpyq#12, GraylinKim/sc2reader#102
470
try:
471
file_data = archive.read_file(data_file)
472
except Exception as e:
0 commit comments