diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-10-03 00:04:59 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-10-03 00:04:59 +0200 |
commit | b9bef1fd3ff5952eec0f123e4cdd290cd41dca67 (patch) | |
tree | 7d07b9b0a38b0be3b3e898828966fba4ec579eb7 /script/land.py | |
parent | 22f633d09478fae37c1b77fb54b267d57a21a6d8 (diff) | |
download | samba-b9bef1fd3ff5952eec0f123e4cdd290cd41dca67.tar.gz |
land-remote: Pass extra arguments on to land.
Diffstat (limited to 'script/land.py')
-rwxr-xr-x | script/land.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/script/land.py b/script/land.py index 8f17c7c8c4b..632f844558d 100755 --- a/script/land.py +++ b/script/land.py @@ -201,7 +201,6 @@ class SubunitTreeStageBuilder(TreeStageBuilder): self.status = self.proc.poll() if self.status is not None: self.subunit.close() - import pdb; pdb.set_trace() return self.status |