Skip to content

Commit

Permalink
Adding default value of nothing to copy_tree() ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
AJ Ashton committed Feb 6, 2012
1 parent dc8ad4f commit 20a244c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from distutils.file_util import copy_file
from distutils.dir_util import mkpath

def copy_tree(src, dst, ignores):
def copy_tree(src, dst, ignores=()):
"""Copy an entire directory tree 'src' to a new location 'dst'.
Both 'src' and 'dst' must be directory names. If 'src' is not a
Expand Down

0 comments on commit 20a244c

Please sign in to comment.