~jelmer/lptools/python3

« back to all changes in this revision

Viewing changes to bin/lp-project-upload

  • Committer: Jelmer Vernooij
  • Date: 2023-06-15 22:37:55 UTC
  • Revision ID: jelmer@jelmer.uk-20230615223755-bpqthy862g1njy4j
Remove debug command

Show diffs side-by-side

added added

removed removed

Lines of Context:
110
110
        proj = launchpad.projects[project]
111
111
        # Find the release in the project's releases collection.
112
112
        release = None
113
 
        import pdb; pdb.set_trace()
114
113
        for rel in proj.releases:
115
114
            if rel.version == version:
116
115
                release = rel