summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorChad Smith <chad.smith@canonical.com>2019-11-12 11:44:00 -0700
committerGitHub <noreply@github.com>2019-11-12 11:44:00 -0700
commit87f1401ffa8ecade9aeaff06f4d6dc3b61caf7ba (patch)
treeaa40d1a7761309acfc77ec718dbc311b647ac27d /tools
parent92cc71dec8da73bf43d345418b73db1a32a6b8b9 (diff)
parentfdbca300529a20bedacb16c929cece9697eb89bc (diff)
downloadvyos-cloud-init-87f1401ffa8ecade9aeaff06f4d6dc3b61caf7ba.tar.gz
vyos-cloud-init-87f1401ffa8ecade9aeaff06f4d6dc3b61caf7ba.zip
Merge pull request #31 from raharper/fix/pycodestyle-tip
pycodestyle: remove unused local variable
Diffstat (limited to 'tools')
-rwxr-xr-xtools/migrate-lp-user-to-github2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/migrate-lp-user-to-github b/tools/migrate-lp-user-to-github
index f012d312..6a498072 100755
--- a/tools/migrate-lp-user-to-github
+++ b/tools/migrate-lp-user-to-github
@@ -212,7 +212,7 @@ def main():
try:
lp_user_migrate_branch.createMergeProposal(
commit_message=commit_msg, merge_target=master, needs_review=True)
- except Exception as e:
+ except Exception:
log('[launchpad] active merge proposal already exists at:\n'
'{url}\n'.format(url=lp_merge_url))
else: