Skip to content

Commit

Permalink
Update ncreatescu.py to add one more space before comment
Browse files Browse the repository at this point in the history
to satisfy the linter
  • Loading branch information
sjswerdloff authored Oct 17, 2024
1 parent 560f985 commit 727d219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tdwii_plus_examples/ncreatescu.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ def main(args=None):
for fpath in lfiles:
APP_LOGGER.info(f"Sending file: {fpath}")
try:
ds = dcmread(fpath, force=True) # set force flag to allow raw DICOM files
ds = dcmread(fpath, force=True) # set force flag to allow raw DICOM files
status = assoc.send_n_create(
ds,
UnifiedProcedureStepPush,
Expand Down

0 comments on commit 727d219

Please sign in to comment.