Explorar el Código

test docker pipfile

tsteuer hace 5 años
padre
commit
2b28bf0d2a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      cdplib/log.py

+ 1 - 1
cdplib/log.py

@@ -30,7 +30,7 @@ class Log():
 
         self._logger = logging.getLogger(name)
         
-        exit
+        exit()
 
         self._logger.setLevel("DEBUG")