Skip to content

Commit 560d1c6

Browse files
committed
log that checks are running
Signed-off-by: Zen <[email protected]>
1 parent 0582561 commit 560d1c6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ugrd/base/check.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
__version__ = '0.1.1'
1+
__version__ = '0.1.2'
22

33
from zenlib.util import contains
44

55

66
def run_checks(self):
77
"""Run all checks."""
8+
self.logger.info('Running checks')
89
check_included_funcs(self)
910
check_in_file(self)
1011

0 commit comments

Comments
 (0)