Skip to content
Snippets Groups Projects
Commit 87286d97 authored by Alan De Smet's avatar Alan De Smet
Browse files

csppfetch.Downloader.DownloadStatistics exists

It's just an alias of csppfetch.DownloadStatistics.

It's a convenience, so if another module handed you a Downloader, you
can eaisly get the DownloadStatistics without personally needing to
import csppfetch
parent 398d8bf5
No related branches found
No related tags found
No related merge requests found
...@@ -373,6 +373,9 @@ class Downloader: ...@@ -373,6 +373,9 @@ class Downloader:
""" Knowledge of how to download a given data source's files """ Knowledge of how to download a given data source's files
""" """
# This is just a convenience for users of a Downloader object
DownloadStatistics = DownloadStatistics
def __init__(self, def __init__(self,
name, name,
package_env_id, package_env_id,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment