From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mx.groups.io with SMTP id smtpd.web12.1179.1585257952839658425 for ; Thu, 26 Mar 2020 14:25:52 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.136, mailfrom: ashley.e.desimone@intel.com) IronPort-SDR: 5Nzb5PPHvu8+3KK+uYnc+1d+fG4L7CRVl6CmFy5lwbx53YVAq1+qxR9KsNNCqPFghUv2jIF5k9 HSXBqviKENsA== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 Mar 2020 14:25:52 -0700 IronPort-SDR: zsQN4WxqpOer2o+ms3lhbcfwAW42iB//0M9oSlDmypms5sPIji1elgm2XE1kHOW92u3SE8c/8E dWaCUY1lClMw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.72,309,1580803200"; d="scan'208";a="326695456" Received: from aedesimo-desk.amr.corp.intel.com ([10.7.159.171]) by orsmga001.jf.intel.com with ESMTP; 26 Mar 2020 14:25:52 -0700 From: "Desimone, Ashley E" To: devel@edk2.groups.io Cc: Nate DeSimone , Puja Pandya , Erik Bjorge , Bret Barkelew , Prince Agyeman Subject: [edk2-staging/EdkRepo] [PATCH] EdkRepo: Add missing import definition Date: Thu, 26 Mar 2020 14:25:48 -0700 Message-Id: <20200326212548.19968-1-ashley.e.desimone@intel.com> X-Mailer: git-send-email 2.16.2.windows.1 Add the definition of PIN_FILE_HELP to checkout_pin_args.py to fix import error. Signed-off-by: Ashley E Desimone Cc: Nate DeSimone Cc: Puja Pandya Cc: Erik Bjorge Cc: Bret Barkelew Cc: Prince Agyeman --- edkrepo/commands/arguments/checkout_pin_args.py | 1 + 1 file changed, 1 insertion(+) diff --git a/edkrepo/commands/arguments/checkout_pin_args.py b/edkrepo/commands/arguments/checkout_pin_args.py index abd01b3..6020145 100644 --- a/edkrepo/commands/arguments/checkout_pin_args.py +++ b/edkrepo/commands/arguments/checkout_pin_args.py @@ -9,3 +9,4 @@ COMMAND_DESCRIPTION = ('Checks out the revisions described in a PIN file in ' 'an existing workpace of the same project') +PIN_FILE_HELP = ('The name of the pin file to checkout.') -- 2.16.2.windows.1