You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is this increasingly common new warning (seen commonly in recent months) possibly a result of Ubuntu 24.04's Python 3.12 being more strict than prior versions of Python ??
Here's an example, that occurs every time root runs ./install in /opt/iiab/iiab-admin-console :
...
Finished writing to /etc/iiab/kiwix_catalog.json
SUCCESS/opt/admin/cmdsrv/scripts/get_oer2go_catalog:52: SyntaxWarning: invalid escape sequence '\<'
php_parser = re.compile('\<\?php echo .+? \?>')
Skipping module not needed by Internet in a Box 12 en-PhET
...
It also happens when root runs iiab-get-oer2go-cat all alone:
Is this increasingly common new warning (seen commonly in recent months) possibly a result of Ubuntu 24.04's Python 3.12 being more strict than prior versions of Python ??
Here's an example, that occurs every time root runs
./install
in /opt/iiab/iiab-admin-console :It also happens when root runs
iiab-get-oer2go-cat
all alone:As a result of this line... that presumably needs a quick cleanup?
iiab-admin-console/roles/cmdsrv/templates/scripts/get_oer2go_catalog3.py
Line 52 in 61d9359
The text was updated successfully, but these errors were encountered: