Skip to content

Commit

Permalink
URL endpoint changed
Browse files Browse the repository at this point in the history
  • Loading branch information
peterfpeterson committed Jul 20, 2015
1 parent 1646529 commit cd40d20
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions finddata
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@ 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"]

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":
Expand Down Expand Up @@ -51,7 +51,7 @@ def procNumbers(numbers):
return [int(numbers)]
except ValueError:
pass

# split on commas
result = []
for item in numbers.split(','):
Expand Down
2 changes: 1 addition & 1 deletion finddata.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: finddata
Version: 0.2.1
Version: 0.2.2
Release: 1%{?dist}
Summary: Find data files using ICAT

Expand Down

0 comments on commit cd40d20

Please sign in to comment.