Commit f8965fef by sikang

bug fix

parent 3f4bc624
...@@ -99,7 +99,7 @@ class Shell: ...@@ -99,7 +99,7 @@ class Shell:
# reset project # reset project
def reset_project(self, config): def reset_project(self, config):
command = "%s\n%s\n%s\n%s\n%s\n%s\n" \ command = "%s\n%s\n%s\n%s\n%s\n%s\n%s\n%s\n%s\n" \
% ( % (
"cd %s" % config['root'], "cd %s" % config['root'],
"git checkout . && git clean -df", "git checkout . && git clean -df",
......
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