Commit 0fb0548d by Brian Coca

removed no unused var that was not cleaned up properlly

parent 8b5b97d0
...@@ -234,7 +234,7 @@ def main(): ...@@ -234,7 +234,7 @@ def main():
for i in options.module_path.split(os.pathsep): for i in options.module_path.split(os.pathsep):
utils.plugins.module_finder.add_directory(i) utils.plugins.module_finder.add_directory(i)
if options.list_dir or options.list_deprecated: if options.list_dir:
# list modules # list modules
paths = utils.plugins.module_finder._get_paths() paths = utils.plugins.module_finder._get_paths()
module_list = [] module_list = []
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment