fi-ksi / web-backend

Backend for KSI web written in Python.
MIT License
8 stars 3 forks source link

Unbraced prerequisites do not work silently #90

Closed vlstill closed 6 years ago

vlstill commented 6 years ago

If prerequisites are set in form "a && b && c" they are silently ignored, and brackets are required: "(a && b) && c", this should either be an error or should be handled automatically.

horacekj commented 6 years ago

Fixed in dev. New behavior: when such a situation occurs, warning in logged into deploy log.