diff options
author | Joshua Haase <hahj87@gmail.com> | 2011-04-11 00:22:06 -0700 |
---|---|---|
committer | Parabola <parabolavnx@lions.dreamhost.com> | 2011-04-11 00:22:35 -0700 |
commit | 67038ba1840d0f57b0ce49fdabd3dfa8057e2451 (patch) | |
tree | 83d218008245b0bebe37fb56b29252b720619050 /clean_repo.py | |
parent | a5f24954011da556977859d8a306ddb39c1ec2e4 (diff) |
fixed some errors
Diffstat (limited to 'clean_repo.py')
-rwxr-xr-x | clean_repo.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clean_repo.py b/clean_repo.py index 29d446d..b0d306f 100755 --- a/clean_repo.py +++ b/clean_repo.py @@ -34,7 +34,7 @@ if __name__ == "__main__": args=parser.parse_args() if args.directory: - cleanup_nonfree_in_dir(args.database, listado(config["blacklist"])) + cleanup_nonfree_in_dir(args.directory, listado(config["blacklist"])) if args.database: pkgs=pkginfo_from_db(args.database) |