Shaun
Shaun
This is an example app that includes the material ui framework.
0 info it worked if it ends with ok 1 verbose cli [ '/usr/local/bin/node', '/usr/local/bin/npm', 'run', 'start' ] 2 info using [email protected] 3 info using [email protected] 4 verbose run-script [...
Is there a way to constrain the number of variables returned?
return int(re.search("^IOCTL RES: (\d+)", resp_str, re.MULTILINE).group(1)) AttributeError: 'NoneType' object has no attribute 'group' Any solutions?