Commit 0ad53e01 authored by Marco Mariani's avatar Marco Mariani

grammar nazi

parent 6c379644
...@@ -14,7 +14,7 @@ from flask import jsonify ...@@ -14,7 +14,7 @@ from flask import jsonify
def cloneRepo(data): def cloneRepo(data):
"""Clonne a repository """Clonne a repository
Args: Args:
data: a dictionnary of parameters to use: data: a dictionary of parameters to use:
data['path'] is the path of the new project data['path'] is the path of the new project
data['repo'] is the url of the repository to be cloned data['repo'] is the url of the repository to be cloned
data['email'] is the user email data['email'] is the user email
......
...@@ -734,7 +734,7 @@ def readParameters(path): ...@@ -734,7 +734,7 @@ def readParameters(path):
path: path of the xml file that contains parameters path: path of the xml file that contains parameters
Return: Return:
a dictionnary of instance parameters.""" a dictionary of instance parameters."""
if os.path.exists(path): if os.path.exists(path):
try: try:
xmldoc = minidom.parse(path) xmldoc = minidom.parse(path)
......
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