1
0
Fork 0

Minor changes

This commit is contained in:
Joao Gilberto Magalhaes 2023-07-02 10:05:30 -05:00
parent 9db4d763ec
commit 382368d58d
2 changed files with 3 additions and 2 deletions

View file

@ -166,8 +166,8 @@ class Functions:
return [return_code, output]
except Exception as e:
return [-99, e]
Functions.log(source, Functions.ERROR, "%s" % e)
return [-99, e]
class Consts: