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
{{ message }}
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.
I want to report that a schema is saved without any attention to "special chars", things get broken. I discovered it by saving schema names with the associated BSSID. The library does not complain when saving the schema, so colons are reported in /etc/network/interfaces.
However, any further invocation of schema.find() will throw an exception: "need more than 1 value to unpack".
This happens because interface file is parsed without any special handling for colons.
My quick workaround at this time is to replace colons with underscores.
The text was updated successfully, but these errors were encountered:
Hi all,
I want to report that a schema is saved without any attention to "special chars", things get broken. I discovered it by saving schema names with the associated BSSID. The library does not complain when saving the schema, so colons are reported in /etc/network/interfaces.
However, any further invocation of schema.find() will throw an exception: "need more than 1 value to unpack".
This happens because interface file is parsed without any special handling for colons.
My quick workaround at this time is to replace colons with underscores.
The text was updated successfully, but these errors were encountered: