Skip to content

Commit

Permalink
BUG: Fix example in README
Browse files Browse the repository at this point in the history
  • Loading branch information
pchoisel committed Aug 5, 2024
1 parent e4a55a2 commit d5ca40c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.python-version
.vscode
Data
env
__pycache__
.vscode
build
*.egg-info
dist
env
.python-version
dist
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,8 @@ def main():
)
args = parser.parse_args()
deletePrivateTags = False
input_dicom_path = args.input
output_dicom_path = args.output
Expand Down

0 comments on commit d5ca40c

Please sign in to comment.