mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
pyterm: cosmetics
* replaced tab with white spaces * removed trailing white spaces
This commit is contained in:
parent
e661b386a0
commit
fbd2c345ce
2
dist/tools/pyterm/pyterm.py
vendored
2
dist/tools/pyterm/pyterm.py
vendored
@ -34,7 +34,7 @@ class SerCmd(cmd.Cmd):
|
||||
if not self.host:
|
||||
self.host = defaulthostname
|
||||
|
||||
if not self.run_name:
|
||||
if not self.run_name:
|
||||
self.run_name = defaultrunname
|
||||
|
||||
if not os.path.exists(self.configdir):
|
||||
|
Loading…
Reference in New Issue
Block a user