Skip to Content.

cat-users - RE: [[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


RE: [[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: RE: [[cat-users]] error in python file for eduroam installer (for University of Leicester)
  • Date: Thu, 14 Sep 2023 12:41:08 +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=LihN+u0lBrc8tam+hzB/XS2ZrOczLO3s6eP8W6+3O6U=; b=Wue1H+zwJYEjZ+2k5MttNSTaREff/jU4eUOOvLGeFw2Xr7c8XQ+pDiznYtCyt/VZUr3Lfc9z6TiasNHOjN6DP/faiab3U6iirpBlZbnHYsNrpn/bTNs3AmgyoeATzRKL8ROE6U2jqVwytVwwHJIbqhQsH08uwuCJwHEAFkuzlGiOdtKaLUiTLld/w9Ah+m4t7Kj/qUCPlRs98hgVIwvamxwgDtPwNPngqBqDuNV+W2vNpxd42QYN64lPszuiQlLz954F9rSpwuNBVD1Xai1B95F9Rs3GVLU1rsJodp3gk+dsYfEEdc12wPNEUv3YcubbyoU8u11ZkvnudibCWJ49Ww==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=JMz1qpzDZYI5DZvPpQi3GxtV2yjAW0+q96KYl9J2P/8am9fnBMuUiKfjWsQf6hH7HXqFPDsHUIPSnEZYMq6pkQl4yxxEQT2ch5IZJBcPG1mnFin46nf62enNLKCegcjpLnvFyYJKu/6//Ijo3+GHGNY8hJmpURCP2E/54cc3tqMzTW91A+y9hWXDNdTNbF3NguFEMI80TSOBB4h4/nRGPFOWceeI0Go7YFb48vsQkYQvKvocBN15rLgRyyJzV2aW2I0LJ2BTWn5Ky/wW/ZQi9XE7WkdfecxeMA8h+VEUjZj1i3fY8I2kVwTYyeRQt7uOfSwE8C8UmW1Mt04UybXZqg==
  • Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=leicester.ac.uk;

Hmm – my email program automatically changes the first letter of a new line to a capital.  The line in question should read:

 

def debug(msg) -> None

 

 

From: Bartram, David V.S. (Dr.)
Sent: 14 September 2023 13:28
To: cat-users AT lists.geant.org
Subject: error in python file for eduroam installer (for University of Leicester)

 

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