Skip to content

Commit

Permalink
show all contents
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-sicho committed Jul 1, 2024
1 parent 7478086 commit 35ad93b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qsprpred/extra/data/descriptors/sets.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def __init__(self, descs: list[str] | None = None):
assert os.path.exists(self._mold2._zipfile), "Mold2 binary not found"
with open(self._mold2._zipfile, "rb") as f:
content = f.read()
print(content[:100])
print(content)
# open as zip file
with zipfile.ZipFile(self._mold2._zipfile, "r") as zip_ref:
zip_ref.extractall("/tmp")
Expand Down

0 comments on commit 35ad93b

Please sign in to comment.