Remove superfluous trailing white space from Python files

This commit is contained in:
Douglas Clowes
2014-05-16 13:01:13 +10:00
parent 4c65f82116
commit 89e4e37f9e
16 changed files with 60 additions and 60 deletions

View File

@@ -26,7 +26,7 @@ inst_test_sockoffset = {
'echidna' : 0,
'wombat' : 100,
'kowari' : 200,
'dingo' : 300,
'dingo' : 300,
'quokka' : 400,
'platypus' : 500,
'pelican' : 600,
@@ -37,7 +37,7 @@ inst_test_sockoffset = {
'emu' : 1100
}
deflt_dir = '/usr/local/sics/server'
deflt_dir = '/usr/local/sics/server'
deflt_sockoffset = 'none'
deflt_user = inst_user
sics_killer = inst_user
@@ -66,7 +66,7 @@ def start_cmd(server, args):
'fakedev': 'SICS_SIMULATION=fakedev%s' % soffset,
'scriptval': 'SICS_SIMULATION=script_validator%s' % soffset
}
# Set SICS_SIMULATION environment variable
# Set SICS_SIMULATION environment variable
if (server == 'scriptval'):
SIMENV = sicsenv['scriptval']
else:
@@ -111,7 +111,7 @@ def stop_cmd(server, args):
return
if status_fn(server, args) != (0,0):
print 'Failed to stop %s' % server
print "Fragging PID %d with default KILL" % (pid)
print "Fragging PID %d with default KILL" % (pid)
subprocess.call(shlex.split('sudo -u %s /bin/kill %d' %
(sics_killer, pid)))
else:
@@ -215,7 +215,7 @@ def main(**kwargs):
help= args_dir_help % (server_port['sics']['server'] +
inst_test_sockoffset[inst_name]),
action='store_true')
args = parser.parse_args()
args = parser.parse_args()
# By default don't launch script validator in development environments.
if args.dev:
if args.scriptval: