summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Likins <alikins@redhat.com>2008-11-13 17:23:56 -0500
committerAdrian Likins <alikins@redhat.com>2008-11-13 17:23:56 -0500
commitf52cb8047511843660e0083fa815455fd4d73e9e (patch)
tree1a7da6d94c1baf090df5587ecdf2f953d9de0b9d
parentb90df999499a01a56c5923246b4a17d9186e4273 (diff)
downloadfunc-f52cb8047511843660e0083fa815455fd4d73e9e.tar.gz
func-f52cb8047511843660e0083fa815455fd4d73e9e.tar.xz
func-f52cb8047511843660e0083fa815455fd4d73e9e.zip
typo found for file_name_globs by pychecker
-rw-r--r--func/minion/modules/filetracker.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/func/minion/modules/filetracker.py b/func/minion/modules/filetracker.py
index 4f94e2e..398aefd 100644
--- a/func/minion/modules/filetracker.py
+++ b/func/minion/modules/filetracker.py
@@ -85,7 +85,7 @@ class FileTracker(func_module.FuncModule):
# accept a single string or list
filenameglobs.append(file_name_globs)
if type(file_name_globs) == type([]):
- filenameglobs = file_names
+ filenameglobs = file_name_globs
# expand everything that might be a glob to a list