summaryrefslogtreecommitdiffstats
path: root/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'main.py')
-rwxr-xr-xmain.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.py b/main.py
index 5c8772c6..665a655b 100755
--- a/main.py
+++ b/main.py
@@ -209,8 +209,8 @@ def _CheckWrapperVersion(ver, repo_path):
209 cp %s %s 209 cp %s %s
210""" % (exp_str, _MyWrapperPath(), repo_path) 210""" % (exp_str, _MyWrapperPath(), repo_path)
211 211
212def _CheckRepoDir(dir): 212def _CheckRepoDir(repo_dir):
213 if not dir: 213 if not repo_dir:
214 print >>sys.stderr, 'no --repo-dir argument' 214 print >>sys.stderr, 'no --repo-dir argument'
215 sys.exit(1) 215 sys.exit(1)
216 216