Skip to content

Commit

Permalink
changes mechanism of check_latest_version_from_github
Browse files Browse the repository at this point in the history
  • Loading branch information
spapa013 committed Nov 22, 2021
1 parent cdaa1f2 commit 86005db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,4 @@
)
)

def check_latest_version_from_github(owner='cajal', repo='microns-materialization', source='tag', branch=None, path_to_version_file=None, warn=True):
"""
Wrapper for :func:`~microns_utils.version_utils.check_latest_version_from_github`
"""
return version_utils.check_latest_version_from_github(owner=owner, repo=repo, source=source, branch=branch, path_to_version_file=path_to_version_file, warn=warn)
check_latest_version_from_github = version_utils.latest_github_version_checker(owner='cajal', repo='microns-materialization')
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,4 @@
)
)

def check_latest_version_from_github(owner='cajal', repo='microns-materialization', source='tag', branch=None, path_to_version_file=None, warn=True):
"""
Wrapper for :func:`~microns_utils.version_utils.check_latest_version_from_github`
"""
return version_utils.check_latest_version_from_github(owner=owner, repo=repo, source=source, branch=branch, path_to_version_file=path_to_version_file, warn=warn)
check_latest_version_from_github = version_utils.latest_github_version_checker(owner='cajal', repo='microns-materialization')

0 comments on commit 86005db

Please sign in to comment.