@@ -112,8 +112,8 @@ def link_environment(config, env, **kwargs):
print(f"\t> Skipped: Already exists {dest}")
continue
if options["copy"]:
dest.parent.mkdir(parents=True, exist_ok=True)
shutil.copy(src, dest)
print(f"\t> Copied: {src} -> {dest}")
else:
The note is not visible to the blocked user.