Skip to content

Commit

Permalink
update dhus and evo-odas plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
maabdelghaffar committed Sep 4, 2017
1 parent e903a66 commit 4fb302f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion airflow/plugins/dhus_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def __init__(self,
dhus_user,
dhus_pass,
download_dir,
download_timeout=timedelta(hours=1),
download_timeout=timedelta(hours=5),
download_max=100,
product_ids=None,
*args, **kwargs):
Expand Down
2 changes: 1 addition & 1 deletion airflow/plugins/evo-odas_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from airflow.plugins_manager import AirflowPlugin
from airflow.utils.decorators import apply_defaults
from zipfile import ZipFile
import config.xcom_keys as xk
import xcom_keys as xk
from sentinel1.utils.ssat1_metadata import create_procuct_zip

log = logging.getLogger(__name__)
Expand Down

0 comments on commit 4fb302f

Please sign in to comment.