diff options
Diffstat (limited to 'main.py')
-rwxr-xr-x | main.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 | ||
212 | def _CheckRepoDir(dir): | 212 | def _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 | ||