From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6726836208588029952 X-Received: by 2002:a2e:b174:: with SMTP id a20mr19190677ljm.108.1566472348999; Thu, 22 Aug 2019 04:12:28 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a2e:91d9:: with SMTP id u25ls650644ljg.15.gmail; Thu, 22 Aug 2019 04:12:28 -0700 (PDT) X-Google-Smtp-Source: APXvYqy92tAX2dAPOsw+nJPiFjT+qreHnW0DQ9KZ5/f3eSqTdU5q++79+M6n3OxDPXL3lJd+RqQq X-Received: by 2002:a2e:4216:: with SMTP id p22mr18488408lja.25.1566472348397; Thu, 22 Aug 2019 04:12:28 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1566472348; cv=none; d=google.com; s=arc-20160816; b=YQ3UBgl+5lNPnRDjiRDYkBkTwrSM3D4Zl0gfhr6wa0u8arHRWrzrVGhXfq+DYDnt4c lfyl36OiF9Bp8CO06W6zG6nNjI/20brWi+p/klvDeqpAeSjzLNmpZjV2v5OAPnf1ET4U H3VZgjE/L3DvTCFgtz04cKmm/VBKYl9F7PJbXhkiN8CBAaK19Jc9+9Ev3/vyU0XaHhuY 1hcOLAnSpzW8mQep56Nems4ftEOn8944f8O34mecBBkivRED+2BPIwkituEoa9qdhh2P EkYwDJkoH6hBNoNJ+JR819DPxg0pIf2h/xqSmW4VjKdSPNocpdaMesUsubRV+mhEEADK ngGw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=user-agent:in-reply-to:content-disposition:mime-version:references :mail-followup-to:message-id:subject:to:from:date; bh=WxDNRTd/HE0EV+Nn+B+JKSY/eQ/QjVoQ6JeiW7b7LeY=; b=hDyf1Wi9hjkbe6jhkOxR7uhVSbSosg7IOeyG2/po+c3e8O1V30vqT8ZcvbNo1PEVKW ofYuq0umt1wozTbL3cXchiyaxoaNyvyfwsWePKwmCavLDJV3LdHboc+6ZMbg2Tqv50Zd mV/il5YktisHCFR/vKJ31+SkBsl+tmI9LDuklMmMhm5GXiI0CSb35YAfttpNR/plWhTz dINK1W/g7VtiiR3IFWApMd+0ja6KTovR7RHKDZyuTgiP1Le04+exm6d1xVQaNFN4xvZO OJdpp/h2yEsLEO+8RVhqfJ9LvU++KlOlidd19rPr4MjL7LLWkoOXfuX7rP6X/PMgSm5o F0mQ== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) smtp.mailfrom=ibr@radix50.net Return-Path: Received: from shymkent.ilbers.de (shymkent.ilbers.de. [85.214.156.166]) by gmr-mx.google.com with ESMTPS id d23si498225ljo.5.2019.08.22.04.12.27 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 22 Aug 2019 04:12:28 -0700 (PDT) Received-SPF: neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) client-ip=85.214.156.166; Authentication-Results: gmr-mx.google.com; spf=neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) smtp.mailfrom=ibr@radix50.net Received: from yssyq.m.ilbers.de (host-80-81-17-52.static.customer.m-online.net [80.81.17.52]) (authenticated bits=0) by shymkent.ilbers.de (8.15.2/8.15.2/Debian-8) with ESMTPSA id x7MBCPoP020887 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Thu, 22 Aug 2019 13:12:27 +0200 Date: Thu, 22 Aug 2019 13:12:25 +0200 From: Baurzhan Ismagulov To: isar-users Subject: Re: [PATCH v2] isar-bootstrap: Remove bogus "resolve=False" from getVar() Message-ID: <20190822111225.GF20236@yssyq.m.ilbers.de> Mail-Followup-To: isar-users References: <39d1ca2c-92ea-451f-34e6-26a0741c51d9@siemens.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <39d1ca2c-92ea-451f-34e6-26a0741c51d9@siemens.com> User-Agent: Mutt/1.10.1 (2018-07-13) X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED autolearn=unavailable autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on shymkent.ilbers.de X-TUID: MkSvXZJPw6Ca On Mon, Aug 19, 2019 at 02:32:22PM +0200, Jan Kiszka wrote: > We need the resolved content of the variables here. Not resolving means > that variables with late resolutions will break this anonymous python > block. Applied to next, thanks. With kind regards, Baurzhan.