Commit 610d581c authored by Theodor-Adrian Stana's avatar Theodor-Adrian Stana

sw: Add some spaces in leds.py output

parent d5eaab04
......@@ -90,7 +90,7 @@ def main(bus,tname,inf,log):
pel.set(msg)
break
inp = raw_input('Please type "yes" or "no" to continue:')
inp = raw_input('Please type "yes" or "no" to continue: ')
# Second phase of LED test, enable status LED sequencing
val &= ~(1 << CSR_FRONT_LED_EN_OFS)
......@@ -108,7 +108,7 @@ def main(bus,tname,inf,log):
pel.set(msg)
break
inp = raw_input('Please type "yes" or "no" to continue:')
inp = raw_input('Please type "yes" or "no" to continue: ')
return pel.get()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment