summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkennyballou <kballou@onyx.boisestate.edu>2013-06-21 16:34:41 -0600
committerkennyballou <kballou@onyx.boisestate.edu>2013-06-21 16:34:41 -0600
commitfbe99bf593c0b0fb12c43bcf2c7b9b2c50cb850b (patch)
treead8417d00bb1f39a74726325610681c41bd8c073
parent56a1c3f083905dde420ce343def031225b1027c2 (diff)
downloadxnt-fbe99bf593c0b0fb12c43bcf2c7b9b2c50cb850b.tar.gz
xnt-fbe99bf593c0b0fb12c43bcf2c7b9b2c50cb850b.tar.xz
Fix variable name after documentation update
-rw-r--r--xnt/tasks.py2
1 files changed, 1 insertions, 1 deletions
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`