commit | f42586fd8d0286104948ead6d601cb503e83be1e | [log] [tgz] |
---|---|---|
author | Tom Powell <tpowell@cyngn.com> | Mon Jul 11 11:02:54 2016 -0700 |
committer | Tom Powell <tpowell@cyngn.com> | Mon Jul 11 11:03:47 2016 -0700 |
tree | 4b3bbe295e9a5044ee33e2e397263e497e782e64 | |
parent | 44256856e2b389eed9fb0b0e94709f55965667e8 [diff] |
Missing semicolon Change-Id: Ia0d1b62d588082895c631a6357a16f4bb7c34447
diff --git a/crowdin_sync.py b/crowdin_sync.py index 9e7fea5..65c2f5b 100755 --- a/crowdin_sync.py +++ b/crowdin_sync.py
@@ -374,7 +374,7 @@ if _COMMITS_CREATED: print('\nDone!') sys.exit(0) - else + else: print('\nNothing to commit') sys.exit(-1)