Skip to content

Commit

Permalink
Update resources/web/server/simulation_server.py
Browse files Browse the repository at this point in the history
Co-authored-by: Stefania Pedrazzi <stefaniapedrazzi@users.noreply.github.com>
  • Loading branch information
omichel and stefaniapedrazzi authored May 7, 2020
1 parent 594cb76 commit 9a70c8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/web/server/simulation_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def setup_project(self):
return self.setup_project_from_zip()

def setup_project_from_github(self):
logging.info("setup_project_from_github " + self.url)
logging.info("Setup project from GitHub " + self.url)
if not self.url.startswith('webots://github.com/'):
logging.error('The URL argument should start with "webots://github.com/"')
return False
Expand Down

0 comments on commit 9a70c8e

Please sign in to comment.