Skip to content

Commit

Permalink
added pftelDB param
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandip117 committed Nov 1, 2023
1 parent f5f9c9c commit cf4ddd7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name = 'simpledsapp',
version = '2.1.2',
version = '2.1.3',
description = 'A simple ChRIS ds app demo',
long_description = readme,
author = 'FNNDSC',
Expand Down
6 changes: 6 additions & 0 deletions simpledsapp/simpledsapp.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,12 @@ def define_parameters(self):
optional = True,
help = 'dummy float parameter',
default = 1.1)
self.add_argument('--pftelDB',
dest = 'pftelDB',
type = str,
optional = True,
help = "an optional pftel telemetry logger, of form '<pftelURL>/api/v1/<object>/<collection>/<event>'",
default = '')
@pflog.tel_logTime(
event = 'simpledsapp',
log = 'A simple ChRIS ds app demo'
Expand Down

0 comments on commit cf4ddd7

Please sign in to comment.