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 May 21, 2024
1 parent a0d9555 commit 2876d7b
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 @@ -174,6 +174,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 2876d7b

Please sign in to comment.