mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
Merge pull request #876 from lixuefeng2/develop
Fix code style: add missing whitespace after operators
This commit is contained in:
commit
fdc0bc12a5
1 changed files with 2 additions and 2 deletions
|
|
@ -76,8 +76,8 @@ def setUp(self):
|
|||
self.PORT = random.randint(30000, 45000)
|
||||
self.server_proc = popen_python(['simple_server.py', str(self.PORT)])
|
||||
logger.info('\n\tServer process started.')
|
||||
logger.info('\tServer process id: '+str(self.server_proc.pid))
|
||||
logger.info('\tServing on port: '+str(self.PORT))
|
||||
logger.info('\tServer process id: ' + str(self.server_proc.pid))
|
||||
logger.info('\tServing on port: ' + str(self.PORT))
|
||||
junk, rel_target_filepath = os.path.split(target_filepath)
|
||||
self.url = 'http://localhost:'+str(self.PORT)+'/'+rel_target_filepath
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue