Skip to content

Commit

Permalink
1.4.51
Browse files Browse the repository at this point in the history
  • Loading branch information
tmaeno committed Feb 9, 2021
1 parent f84af4a commit e2dcd8f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion pandatools/idds_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,13 @@ def setup(self, dumper, verbose):


def get_api(dumper=None, verbose=False):
"""Get an API object to access iDDS through PanDA
args:
dumper: function object to json-serialize data
verbose: True to see verbose messages
return:
an API object
"""
api.setup(dumper, verbose)
return api
return api

0 comments on commit e2dcd8f

Please sign in to comment.