Mercurial > hg > FileServer
diff INSTALL.py @ 20:1eb5e82605a5
* flush out README
* other minor fixes
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Wed, 29 Feb 2012 16:38:39 -0800 |
parents | c6e459be8534 |
children |
line wrap: on
line diff
--- a/INSTALL.py Wed Feb 29 16:15:31 2012 -0800 +++ b/INSTALL.py Wed Feb 29 16:38:39 2012 -0800 @@ -55,7 +55,7 @@ # find the clone filename = REPO.rstrip('/') - filename = REPO.split('/')[-1] + filename = filename.split('/')[-1] clone = os.path.join(src, filename) assert os.path.exists(clone), "Clone directory not found in %s" % src