Skip to content

Commit 087851b

Browse files
[pre-commit.ci] auto fixes from pre-commit hooks
1 parent d6f34e0 commit 087851b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/diffpy/cmi/packsmanager.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -236,9 +236,7 @@ def _overwrite_example(
236236
"""Delete target and copy example."""
237237
shutil.rmtree(target)
238238
shutil.copytree(example_origin, target)
239-
print(
240-
f"Overwriting example '{pack_name}/{example_name}'."
241-
)
239+
print(f"Overwriting example '{pack_name}/{example_name}'.")
242240

243241
def _copy_missing_files(self, example_origin, target):
244242
"""Copy only files and directories that are missing in the

0 commit comments

Comments
 (0)