diff --git a/files/load_from_disk.py b/files/load_from_disk.py index cb3f99e..be73556 100644 --- a/files/load_from_disk.py +++ b/files/load_from_disk.py @@ -70,7 +70,7 @@ def main(folder, debug=False): if not project.endswith('.git'): if debug: - print ' -skip: not a git' + print ' -skip: not a git repository' continue if project.split('.git')[0] not in pocs: