Python syntax issues in SgtLauncher.py
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
SGT Puzzles Collection |
Fix Released
|
Unknown
|
|||
sgt-launcher (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
This concerns sgt-launcher version 0.2.5-0ubuntu1 in Ubuntu focal.
I see the following when installing the package:
Setting up sgt-launcher (0.2.5-0ubuntu1) ...
/usr/lib/
self.stdin = io.open(p2cwrite, 'wb', bufsize)
/usr/lib/
if name is "launcher":
/usr/lib/
if name is "loading":
/usr/lib/
if name is "game":
/usr/lib/
if name is not "launcher" and os.path.
/usr/lib/
if name is "game":
The "line buffering" warning is a different issue, but the SyntaxWarning messages indicate problems with at least one of this package's Python scripts.
Changed in sgt-launcher: | |
importance: | Undecided → Unknown |
status: | New → Unknown |
Changed in sgt-launcher: | |
status: | Unknown → New |
Changed in sgt-launcher: | |
status: | New → Fix Released |
Thanks for reporting.
I see the same warning messages upon installation of this package.