cea-hpc/milkcheck

Milkcheck 1.2 ends with "ERROR - Unexpected Exception : 'NoneType' object has no attribute 'status'"

Closed this issue · 1 comments

Running milkcheck 1.2 with any simple configuration, it ends with the following output:

$ cat /tmp/error/test.yaml 

services:
    test:
        desc: 'Simple test'
        actions:
            start:
                cmd: /bin/true

$ ./scripts/milkcheck -c /tmp/error/ start
test - Simple test                                                                                         [    OK   ]
[15:19:30] ERROR    - Unexpected Exception : 'NoneType' object has no attribute 'status'

Cool! This definitely requires a 1.2.1 release!