diff --git a/categories/management/commands/import_categories.py b/categories/management/commands/import_categories.py index f06f597..1435636 100644 --- a/categories/management/commands/import_categories.py +++ b/categories/management/commands/import_categories.py @@ -69,7 +69,7 @@ class Command(BaseCommand): for file_path in file_paths: if not os.path.isfile(file_path): - print "File %s not found." % filename + print "File %s not found." % file_path continue f = file(file_path, 'r') data = f.readlines()