Bug 21622

Summary: typo in isys.py, causes crash
Product: [Retired] Red Hat Linux Reporter: Manfred Spraul <manfred>
Component: anacondaAssignee: Michael Fulbright <msf>
Status: CLOSED DUPLICATE QA Contact: Brock Organ <borgan>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.0   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2000-12-04 16:59:07 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Manfred Spraul 2000-12-02 19:16:24 UTC
from isys/isys.py:
<<<<
 if mountCount.has_key(what) and mountCount[what] > 1:
        mountCount[what] = mountCount - 1
                                    ^^
        return 
>>>
I assume this should be
        mountCount[what] = mountCount[what] - 1

That line crashed after I played with the console during install.

--
  Manfred

Comment 1 Michael Fulbright 2000-12-04 16:59:04 UTC
This is a dupe of bug 19523.

Thanks for the fix!

*** This bug has been marked as a duplicate of 19523 ***