mirror of
https://github.com/Dev-Wiki/git-repo.git
synced 2025-05-21 22:50:09 +08:00
sync: Fix syntax error on Python 2.4
Change-Id: I371d032d5a1ddde137721cbe2b24bfa38f20aaaa Signed-off-by: Shawn O. Pearce <sop@google.com>
This commit is contained in:
parent
0960b5b53d
commit
e6a0eeb80d
@ -163,6 +163,7 @@ later is required to fix a server side protocol bug.
|
||||
# - We always set err_event in the case of an exception.
|
||||
# - We always make sure we call sem.release().
|
||||
# - We always make sure we unlock the lock if we locked it.
|
||||
try:
|
||||
try:
|
||||
success = project.Sync_NetworkHalf(quiet=opt.quiet)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user