diff --git a/finddata b/finddata index 01570de..e6f4665 100755 --- a/finddata +++ b/finddata @@ -6,12 +6,12 @@ import urllib import xml.dom.minidom # finddata version -__version__ = "0.2.1" +__version__ = "0.2.2" # The endpoint for icat v4. # List of restful web services available is at # https://trac.sns.gov/adara/wiki/Post-Processing -BASE_URL = 'http://icat.sns.gov:8080/icat-rest-ws/' +BASE_URL = 'http://icat.sns.gov:2080/icat-rest-ws/' # list of log levels LOGLEVELS = ["DEBUG", "INFO", "WARNING"] @@ -19,7 +19,7 @@ LOGLEVELS = ["DEBUG", "INFO", "WARNING"] def __bashOptions(keyword, parser): """ Helper function to aid in bash completion. - + @param keyword The type of documentation to give out options for """ if keyword == "instruments": @@ -51,7 +51,7 @@ def procNumbers(numbers): return [int(numbers)] except ValueError: pass - + # split on commas result = [] for item in numbers.split(','): diff --git a/finddata.spec b/finddata.spec index 30ace15..7a1bb2f 100644 --- a/finddata.spec +++ b/finddata.spec @@ -1,5 +1,5 @@ Name: finddata -Version: 0.2.1 +Version: 0.2.2 Release: 1%{?dist} Summary: Find data files using ICAT