Skip to Content.

cat-users - [[cat-users]] error in python file for eduroam installer (for University of Leicester)

cat-users AT lists.geant.org

Subject: The mailing list for users of the eduroam Configuration Assistant Tool (CAT)

List archive


[[cat-users]] error in python file for eduroam installer (for University of Leicester)


Chronological Thread 
  • From: "Bartram, David V.S. (Dr.)" <d.bartram AT leicester.ac.uk>
  • To: "cat-users AT lists.geant.org" <cat-users AT lists.geant.org>
  • Subject: [[cat-users]] error in python file for eduroam installer (for University of Leicester)
  • Date: Thu, 14 Sep 2023 12:28:23 +0000
  • Accept-language: en-GB, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=leicester.ac.uk; dmarc=pass action=none header.from=leicester.ac.uk; dkim=pass header.d=leicester.ac.uk; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=tk254wsGKSBLX6u9sVy1Gkvy5crs9ec2RF5ti1wx5Es=; b=Wiw8luf3/sK2FKZgdm9E6zBFwqv5ogt37/B8IFACZz/3ZNFh5SCUYhf7RSon0iYiekJPDM1NuV9JfKQITh1mZ4/cqERcD3mG12Jup4EFXTbHwQodVSokbhTl6XJzfyqUM4gZAMG2o7XWazkVxvFIUReva6M+Xz+jCp7BtYCgbMZ6LBWMgLY54kefO0+wIF1u+WMSwV0fbzHdCRC+ZMYFENvW7CyPR1BUCI+Z7TJErg6JnaUQJT97eMWYqQAYvDhBhJorVuNhqdi/X5xjCAweeuzgv4/DS8ohn4vd6CQu5qwksoehO+LHBwAoP+O/7M8rIw6411cmNEYxJSBMK8CiAQ==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=CesXREYm9xNX014B3zW3ITkV7Y+uR88GQzdlTc+qxCg8tHt5KGFTqS0H66gZtQvV0DcGPWKrPuy+PiPrtza8AVxjKwlMoN6jOzHhd1xs+BnSeZuU4VyKcmDdmf6R2rluRaVmOczOv+e/07rlU6e60vpyguSFuSfArqe3hTrGRV7kVBO+DVa4gkCzCQ3hBO5CfzSKmv+XIh5gVR8ASH6zbrsslGOTVAI7NoswJcHTPGFNmCDkEOMyO56dUQ4BZcapPCidWWUgT9z/EkmVAjjW54ktyJjyNeh7RE4Da85TqNEoX7W7W3Xk01YeDdSfyPXFeh3Arzd6rWetcYHhheHQ4A==
  • Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=leicester.ac.uk;

Hi there,

 

I’ve just been using your eduroam installer for my linux-based laptop, following a password change.

 

At first the installer produced an error when I ran it.  I’ve now fixed it for my own purposes.

 

The error is in line 77.  In the downloaded file, this line reads:

 

Def debug(msg) -> none

 

The error is in ‘none’ – this needs to start with a capital N, thus:

 

Def debug(msg) -> None

 

With that change, the installer succeeds.  I suggest revising the file provided on your website.

 

Kind regards,

David Bartram

 

 

 




Archive powered by MHonArc 2.6.24.

Top of Page