From 92722900d7e673c9c0365dc598da556e8b6841e7 Mon Sep 17 00:00:00 2001 From: Kim Date: Sat, 7 Aug 2021 20:27:17 +0200 Subject: [PATCH] add .idea to .gitignore --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 9f190c0..278df1d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -22,7 +22,8 @@ steps: DEBUG_MODE: 'True' TZ: 'Europe/Berlin' commands: - - python3 -c "from loghandler import logger + - | + python3 -c "from loghandler import logger def main(): logger.debug("This is a Debug Message") logger.info("This is a Info Message")