diff options
author | Bjoern Tropf <asym@gentoo.org> | 2009-12-07 18:51:15 +0100 |
---|---|---|
committer | Bjoern Tropf <asym@gentoo.org> | 2009-12-07 18:51:15 +0100 |
commit | e26811aba31ff307e99caf7cb0bf6f3e3f909887 (patch) | |
tree | 2b5eef53cc514188a0165c8da77048b21e938773 | |
parent | Implement filetable (diff) | |
download | kernel-check-e26811aba31ff307e99caf7cb0bf6f3e3f909887.tar.gz kernel-check-e26811aba31ff307e99caf7cb0bf6f3e3f909887.tar.bz2 kernel-check-e26811aba31ff307e99caf7cb0bf6f3e3f909887.zip |
Fix unused line
-rwxr-xr-x | tools/cron.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/cron.py b/tools/cron.py index 82c9350..770e9aa 100755 --- a/tools/cron.py +++ b/tools/cron.py @@ -113,7 +113,6 @@ def main(argv): logging.info('Creating a filetable for all xml files') filetable = dict() - path = '/usr/portage/metadata/kernel' for xmlfile in os.listdir(PARAM['outdir']): xmlfile = os.path.join(PARAM['outdir'], xmlfile) |