Skip to content

Commit

Permalink
Missing line
Browse files Browse the repository at this point in the history
  • Loading branch information
Sparks29032 committed Dec 8, 2024
1 parent e2b1eb0 commit 052a8aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/diffpy/pdfmorph/pdfmorphapp.py
Original file line number Diff line number Diff line change
Expand Up @@ -533,6 +533,7 @@ def multiple_targets(parser, opts, pargs, stdout_flag=True):

# Get list of files from target directory
target_list = list(target_directory.iterdir())
to_remove = []
for target in target_list:
if target.is_dir():
target_list.remove(target)
Expand Down

0 comments on commit 052a8aa

Please sign in to comment.