We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6f34e0 commit 087851bCopy full SHA for 087851b
src/diffpy/cmi/packsmanager.py
@@ -236,9 +236,7 @@ def _overwrite_example(
236
"""Delete target and copy example."""
237
shutil.rmtree(target)
238
shutil.copytree(example_origin, target)
239
- print(
240
- f"Overwriting example '{pack_name}/{example_name}'."
241
- )
+ print(f"Overwriting example '{pack_name}/{example_name}'.")
242
243
def _copy_missing_files(self, example_origin, target):
244
"""Copy only files and directories that are missing in the
0 commit comments