set the default properly so the default behavior doesnt change

This commit is contained in:
nicholasmhughes 2023-09-15 10:25:56 -04:00 committed by Megan Wilhite
parent ebd645a4fe
commit acc4edb141

View file

@ -1542,7 +1542,7 @@ def symlink(
atomic=False,
disallow_copy_and_unlink=False,
inherit_user_and_group=False,
follow_symlinks=False,
follow_symlinks=True,
**kwargs,
):
"""