diff options
author | Adam Spiers <git@adamspiers.org> | 2015-01-11 13:56:51 +0000 |
---|---|---|
committer | Adam Spiers <git@adamspiers.org> | 2015-01-11 13:56:51 +0000 |
commit | d77a66a2e20637e7ad09c31abaaea2ddbfd99e90 (patch) | |
tree | ef5ff0564c711b061a18df9bc19b0a07f851180c | |
parent | 26a5a0465f51c583bd35be9e13b4be935d43ecc9 (diff) | |
download | git-deps-d77a66a2e20637e7ad09c31abaaea2ddbfd99e90.tar.gz |
PEP8 tweaks
-rwxr-xr-x | git-deps | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -224,8 +224,8 @@ class GitUtils(object): 'git', 'describe', '--all', # look for tags and branches '--long', # remotes/github/master-0-g2b6d591 - #'--contains', - #'--abbrev', + # '--contains', + # '--abbrev', sha1 ] # cls.logger.debug(" ".join(cmd)) @@ -709,7 +709,7 @@ def serve(options): detector.find_dependencies(commitish) json = listener.json() json['root'] = { - 'commitish' : commitish, + 'commitish': commitish, 'sha1': sha1.hex, } return jsonify(json) |