X-Git-Url: http://git.onelab.eu/?p=sfa.git;a=blobdiff_plain;f=config%2Fsfa-config-tty;h=5ec73d886d7672526660007835ad7f1677b651db;hp=0e97d4604ad4294f7d5d2e3c6cd0a652f18e6a4a;hb=2ea31cb6ba048383b09cab84a6f26c4a3e476a2d;hpb=8c92edf8a2aa28dca57bb8a4eb0b1c187dd2e039 diff --git a/config/sfa-config-tty b/config/sfa-config-tty index 0e97d460..5ec73d88 100755 --- a/config/sfa-config-tty +++ b/config/sfa-config-tty @@ -335,7 +335,7 @@ def mainloop (cdef, cread, cwrite, default_config, site_config, consolidated_con global service while True: try: - answer = raw_input("Enter command (u for usual changes, w to save, ? for help) ").strip() + answer = raw_input("Enter command (u for usual changes, w to save, ? for help) ").strip(" ") except EOFError: answer ="" except KeyboardInterrupt: