First version of explain. Creating a new parser was a wrong approach. Need to reimplement
This commit is contained in:
@@ -31,9 +31,10 @@ def main(argv):
|
||||
|
||||
_in = core.utils.sysarg_to_string(args)
|
||||
result = sheerka.evaluate_user_input(_in)
|
||||
sheerka.print(result)
|
||||
|
||||
for res in result:
|
||||
logging.info(res)
|
||||
# for res in result:
|
||||
# logging.info(res)
|
||||
|
||||
return result[-1].status if len(result) > 0 else 1
|
||||
except getopt.GetoptError:
|
||||
|
||||
Reference in New Issue
Block a user