aboutsummaryrefslogtreecommitdiffhomepage
path: root/gbp/scripts/push.py
diff options
context:
space:
mode:
Diffstat (limited to 'gbp/scripts/push.py')
-rwxr-xr-xgbp/scripts/push.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gbp/scripts/push.py b/gbp/scripts/push.py
index c897396e..8233ace8 100755
--- a/gbp/scripts/push.py
+++ b/gbp/scripts/push.py
@@ -164,7 +164,7 @@ def main(argv):
to_push['refs'].append((ref, get_push_src(repo, ref, utag)))
if options.pristine_tar:
- commit = repo.get_pristine_tar_commit(source)
+ commit, _ = repo.get_pristine_tar_commit(source)
if commit:
ref = 'refs/heads/pristine-tar'
to_push['refs'].append((ref, get_push_src(repo, ref, commit)))