Bug 26439 - Traceback in 45_password.py
Traceback in 45_password.py
Status: CLOSED FIXED
Product: UCS
Classification: Unclassified
Component: UCS Installer
UCS 3.0
Other Linux
: P5 minor (vote)
: UCS 3.0-2
Assigned To: Felix Botner
Moritz Muehlenhoff
: interim-2
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2012-03-09 16:12 CET by Stefan Gohmann
Modified: 2012-07-20 15:25 CEST (History)
2 users (show)

See Also:
What kind of report is it?: ---
What type of bug is this?: ---
Who will be affected by this bug?: ---
How will those affected feel about the bug?: ---
User Pain:
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional):
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stefan Gohmann univentionstaff 2012-03-09 16:12:23 CET
Code:

def helptext(self):
    if self.oxae:
         return _('Password  \n \n Changing default root password into a custom one.')  
    else:
         return _('Password  \n \n Changing default root password into a custom one.')


self.oxae ist nicht definiert und die Abfrage kann raus, da die Hilfe identisch ist.
Comment 1 Felix Botner univentionstaff 2012-06-05 12:50:37 CEST
gefixt, aber noch keine neue DVD gebaut!
Comment 2 Moritz Muehlenhoff univentionstaff 2012-07-02 14:23:32 CEST
VERIFIED; in /lib/univention-installer/modules/45_password.py steht nur noch

def helptext(self):
     return _('Password  \n \n Changing default root password into a custom one.')
Comment 3 Stefan Gohmann univentionstaff 2012-07-20 15:25:30 CEST
UCS 3.0-2 has been released: 
  http://forum.univention.de/viewtopic.php?f=54&t=1905

If this error occurs again, please use "Clone This Bug".