diff options
author | Mike Fulbright <msf@redhat.com> | 2003-08-14 17:02:54 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 2003-08-14 17:02:54 +0000 |
commit | 9d11937732973f0076af12a554450eedea292be1 (patch) | |
tree | 973efa575e47d3c1a293c51a22377737b132c7bd | |
parent | 801e129e8c7f39494b677b073cb8182ce7a64b05 (diff) | |
download | anaconda-9d11937732973f0076af12a554450eedea292be1.tar.gz anaconda-9d11937732973f0076af12a554450eedea292be1.tar.xz anaconda-9d11937732973f0076af12a554450eedea292be1.zip |
already saw this typo jeremy
-rw-r--r-- | packages.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages.py b/packages.py index 712cb8a0e..b0f22f52b 100644 --- a/packages.py +++ b/packages.py @@ -739,7 +739,7 @@ def doInstall(method, id, intf, instPath): # HACK - dont overload progress bar with useless requests updcount = updcount + 1 - if updcount > updintv + if updcount > updintv: progress.set(i) updcount = 0 |