From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mx.groups.io with SMTP id smtpd.web11.59.1588287197822819759 for ; Thu, 30 Apr 2020 15:53:18 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.115, mailfrom: erik.c.bjorge@intel.com) IronPort-SDR: Hmj2xftsasgCMxue9WLE1BA3rQONLxRnTT8k7khXHCtOwoBaaYkH+9N/NIC2R8oBurEXYyaL4W Ncyd4BPH/jGQ== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Apr 2020 15:53:16 -0700 IronPort-SDR: Au7ZuIerKrQnRA7MnjiSQUGCLpxBCt3bfRZ7hXG61Mgtws/69va6Zmv3x2qQPT4+i9TDKa1eB1 rejt9dJnTEmg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,337,1583222400"; d="scan'208";a="368300806" Received: from ecbjorge-mobl1.amr.corp.intel.com ([10.212.184.120]) by fmsmga001.fm.intel.com with ESMTP; 30 Apr 2020 15:53:15 -0700 From: "Bjorge, Erik C" To: devel@edk2.groups.io Cc: Ashley E Desimone , Nate DeSimone , Puja Pandya , Bret Barkelew , Prince Agyeman Subject: [edk2-staging/EdkRepo] [PATCH v1 0/3] Manifest parser cleanup Date: Thu, 30 Apr 2020 15:52:51 -0700 Message-Id: X-Mailer: git-send-email 2.21.0.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit General cleanup of the manifest parser and minor improvements to make the code more flexible. Cc: Ashley E Desimone Cc: Nate DeSimone Cc: Puja Pandya Cc: Bret Barkelew Cc: Prince Agyeman Erik Bjorge (3): EdkRepo: Flake8 cleanup EdkRepo: Improve error message with invalid XML EdkRepo: Refactoring private class members edkrepo_manifest_parser/edk_manifest.py | 249 +++++++++++++----------- 1 file changed, 139 insertions(+), 110 deletions(-) -- 2.21.0.windows.1