Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP1:GA
targetcli.1545
targetcli-fix-exit.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File targetcli-fix-exit.patch of Package targetcli.1545
Index: targetcli-2.1/targetcli/ui_node.py =================================================================== --- targetcli-2.1.orig/targetcli/ui_node.py +++ targetcli-2.1/targetcli/ui_node.py @@ -128,7 +128,7 @@ class UINode(ConfigNode): except EOFError: input = None self.shell.con.display('') - if input == "exit": + if input.strip() == "exit": return 'EXIT' else: self.shell.log.warning("Aborted exit, use 'saveconfig' to "
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor