diff options
author | Jose M. Guisado <jguisado@soleta.eu> | 2021-03-30 12:23:52 +0200 |
---|---|---|
committer | OpenGnSys Support Team <soporte-og@soleta.eu> | 2021-03-30 13:29:06 +0200 |
commit | 40bd1463770929788f64ba32b892b6af3009f929 (patch) | |
tree | a0bdad81c7fe936ab391cfe73344b625fc0cd67f /README.md | |
parent | e81c38f098a5fb71c2e9238354fdfc658f413743 (diff) |
Fix utils.py
When utils.py was created, moved functions declaration was not kept for
scope_lookup by mistake, in previous commit it was named
'scope_lookup_id'.
ips_in_scope is a function that maps a list of scopes to the list of ips
contained in it, recursively. (if the scope is a room it will gather all
computers ips in that room). Add 'None' check for its scope param,
avoiding duplication of this check in several other objects using this
function.
Also import utils in 'modes' object, which was not added previously.
Fixes: be84b0a ("Add utils.py")
Diffstat (limited to 'README.md')
0 files changed, 0 insertions, 0 deletions