Skip to content

Commit 052a8aa

Browse files
committed
Missing line
1 parent e2b1eb0 commit 052a8aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/diffpy/pdfmorph/pdfmorphapp.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -533,6 +533,7 @@ def multiple_targets(parser, opts, pargs, stdout_flag=True):
533533

534534
# Get list of files from target directory
535535
target_list = list(target_directory.iterdir())
536+
to_remove = []
536537
for target in target_list:
537538
if target.is_dir():
538539
target_list.remove(target)

0 commit comments

Comments
 (0)