summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2005-11-16 15:48:05 +0000
committerBill Nottingham <notting@redhat.com>2005-11-16 15:48:05 +0000
commit1043f7f8ec192e1d80f752c7a37270cc0771fcfb (patch)
treeb28694f83bc0afa50d253444734866bc96d1e728 /utils
parente5712658e70bb6093a396b0e942e38a938b7c1d6 (diff)
downloadanaconda-1043f7f8ec192e1d80f752c7a37270cc0771fcfb.tar.gz
anaconda-1043f7f8ec192e1d80f752c7a37270cc0771fcfb.tar.xz
anaconda-1043f7f8ec192e1d80f752c7a37270cc0771fcfb.zip
fix typo
Diffstat (limited to 'utils')
-rwxr-xr-xutils/trimpciids2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/trimpciids b/utils/trimpciids
index a1900e3ca..dfd5c1e58 100755
--- a/utils/trimpciids
+++ b/utils/trimpciids
@@ -21,7 +21,7 @@ if f:
if (vend, dev) not in devices:
devices.append( (vend, dev) )
-for file in sys.argv[2:]
+for file in sys.argv[2:]:
f = open(file)
if f:
pcitable = f.readlines()