Skip to content

Commit

Permalink
upgrade localftp deprec version
Browse files Browse the repository at this point in the history
  • Loading branch information
gmaze committed May 16, 2022
1 parent 330b45a commit a392589
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion argopy/data_fetchers/localftp_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def init(self, *args, **kwargs):
###
# Methods that must not change
###
@deprecated("The 'localftp' data source is deprecated. It's been replaced by 'gdac'. It will raise an error after argopy 0.1.11")
@deprecated("The 'localftp' data source is deprecated. It's been replaced by 'gdac'. It will raise an error after argopy 0.1.12")
def __init__(
self,
local_ftp: str = "",
Expand Down
2 changes: 1 addition & 1 deletion argopy/data_fetchers/localftp_index.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def filter_index(self):
"""
return self.fcls

@deprecated("The 'localftp' data source is deprecated. It's been replaced by 'gdac'. It will raise an error after argopy 0.1.11")
@deprecated("The 'localftp' data source is deprecated. It's been replaced by 'gdac'. It will raise an error after argopy 0.1.12")
def __init__(self,
local_ftp: str = "",
ds: str = "",
Expand Down

0 comments on commit a392589

Please sign in to comment.