Skip to content

Commit b8e4336

Browse files
committed
copy_examples returns None
1 parent 3405e17 commit b8e4336

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/diffpy/cmi/packsmanager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ def copy_examples(
117117
self,
118118
examples_to_copy: List[str],
119119
target_dir: Path = None,
120-
) -> List[Path]:
120+
) -> None:
121121
"""Copy examples or packs into the target or current working
122122
directory.
123123

0 commit comments

Comments
 (0)