diff options
author | David Pursehouse <david.pursehouse@sonymobile.com> | 2015-08-19 18:06:22 +0900 |
---|---|---|
committer | David Pursehouse <david.pursehouse@sonymobile.com> | 2015-08-19 13:03:13 +0000 |
commit | 25857b8988de60d7c7a8593c6170b2bbf80d748d (patch) | |
tree | 04bee330dabe28457033164c3b06d533017803f8 /subcmds/sync.py | |
parent | bdb5271de3fafb9fbec3fde0e8e95e5b061ab0f5 (diff) | |
download | git-repo-25857b8988de60d7c7a8593c6170b2bbf80d748d.tar.gz |
Fix formatting of message when retrying clone
Passing the force_sync variable into the string formatting results in
the message:
"Retrying clone after deleting None"
or
"Retrying clone after deleting True".
Pass the name of the git directory instead.
Also, move the print inside the if-block so it's only displayed
when the retry is actually going to be attempted.
Change-Id: I76d9ecc176cecee4ad512d13e9d1f6bd36aacbbb
Diffstat (limited to 'subcmds/sync.py')
0 files changed, 0 insertions, 0 deletions