From fdd9b87454a3be7bd04caee6d2893ba7c5eaa1e7 Mon Sep 17 00:00:00 2001 From: mprahl Date: Wed, 15 Nov 2017 08:52:35 -0500 Subject: [PATCH] Fix flake8 --- bootstrap/change-tag-in-pdc.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bootstrap/change-tag-in-pdc.py b/bootstrap/change-tag-in-pdc.py index b6909d2f..3ab92ce2 100644 --- a/bootstrap/change-tag-in-pdc.py +++ b/bootstrap/change-tag-in-pdc.py @@ -23,10 +23,10 @@ if not answer.lower() in ('y', 'yes'): print("Submitting PATCH to new_tag.") # Do it this way once we fix that ugly PATCH bug. -#pdc['unreleasedvariants'][variant_uid] += { +# pdc['unreleasedvariants'][variant_uid] += { # 'variant_uid': variant_uid, # 'koji_tag': new_tag, -#} +# } try: # This way works, but it *always* throws a TypeError. pdc['unreleasedvariants/'] += {variant_uid: {'koji_tag': new_tag}}