@ -77,8 +77,8 @@ def main():
continue
# create directory
dst.parent.mkdir(parents=True, exist_ok=True)
dst.parent.mkdir(parents=True)
shutil.copyfile(src, dst)
shutil.copyfile(str(src), str(dst))
if __name__ == "__main__":
The note is not visible to the blocked user.