From fbe99bf593c0b0fb12c43bcf2c7b9b2c50cb850b Mon Sep 17 00:00:00 2001 From: kennyballou Date: Fri, 21 Jun 2013 16:34:41 -0600 Subject: Fix variable name after documentation update --- xnt/tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xnt') diff --git a/xnt/tasks.py b/xnt/tasks.py index fcf7a9a..b8a7ad8 100644 --- a/xnt/tasks.py +++ b/xnt/tasks.py @@ -40,7 +40,7 @@ def expandpath(path_pattern): :rtype: generator of strings :return: List of paths and/ or files """ - return glob.iglob(path) + return glob.iglob(path_pattern) def cp(src="", dst="", files=None): """Copy `src` to `dst` or copy `files` to `dst` -- cgit v1.2.1