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 f9de867 commit 1eda80b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions dicom_headerEdit.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,12 @@
''' + Colors.NO_COLOUR

parserDS.add_argument( '--pftelDB',
dest = 'pftelDB',
default = '',
type = str,
help = 'optional pftel server DB path')

def synopsis(ab_shortOnly = False):
scriptName = os.path.basename(sys.argv[0])
shortSynopsis = '''
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='dicom_headerEdit',
version='1.1.2',
version='1.1.3',
description='"dicom_headerEdit" is a ChRIS DS plugin that allows for batch editing of DICOM header fields.',
author='FNNDSC',
author_email='[email protected]',
Expand Down

0 comments on commit 1eda80b

Please sign in to comment.