yulqen / bcompiler-engine

MOVED: A Python library to alleviate the pain of using Excel spreadsheets to collect data from your stakeholders.
https://git.sr.ht/~yulqen/bcompiler-engine
MIT License
4 stars 1 forks source link

check command log message not clear if key and sheet missing #17

Closed yulqen closed 4 years ago

yulqen commented 4 years ago

When running a check on the datamap, the check command gives an unclear CRITICAL log.

This is because a None is returned, which is unprintable. We need to replace this log message with something more user-friendly.

This happens when the key and summary are missing and when all fields are missing. This makes most sense when managing the datamap using Excel, which is the recommended method.

image

yulqen commented 4 years ago

Fix check log message returning None

yulqen commented 4 years ago

Fixed in 77e4c3cbf7f77e83ee90e177b5d900a7a7691344