X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=daklib%2Ffstransactions.py;fp=daklib%2Ffstransactions.py;h=dbc42647b0dd209e63b834bf97ecbf39ed0fe7c8;hb=a59943955fb5bb0c86cc60cafe58d5f2cdf129b7;hp=d07139f9dc79caa71869e47a42f0f2a20e052e7b;hpb=27392942032f853b74e097a7016d958ed93eac9c;p=dak.git diff --git a/daklib/fstransactions.py b/daklib/fstransactions.py index d07139f9..dbc42647 100644 --- a/daklib/fstransactions.py +++ b/daklib/fstransactions.py @@ -122,7 +122,7 @@ class FilesystemTransaction(object): def __init__(self): self.actions = [] - def copy(self, source, destination, link=True, symlink=False, mode=None): + def copy(self, source, destination, link=False, symlink=False, mode=None): """copy C{source} to C{destination} @type source: str