Skip to content

Commit

Permalink
some samll fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherMancuso committed Jan 30, 2025
1 parent 9b082b2 commit 592918b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions geneplexus/download.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@
from ._config.logger_util import stream_level_context
from .exception import DownloadError

# from . import util


def download_select_data(
data_dir: str,
Expand Down Expand Up @@ -138,7 +136,7 @@ def _download_and_extract(data_dir, file_cat, fn_download, data_loc, num_retries
logger.info("An unknown error occured")
continue
except:
print("An error occured during download (probably a connection timeout)")
logger.info("An error occured during download (probably a connection timeout)")
continue
logger.critical("Session context closed, this should never happen!")
else:
Expand Down

0 comments on commit 592918b

Please sign in to comment.