Skip to content

Commit

Permalink
Merge pull request #1601 from totvs/hotfix/dataBase
Browse files Browse the repository at this point in the history
Hotfix/data base
  • Loading branch information
98llm authored Nov 28, 2024
2 parents b3b1d68 + bfcf665 commit e3c87ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tir/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -1582,7 +1582,6 @@ class Poui():

def __init__(self, config_path="", autostart=True):
self.__poui = PouiInternal(config_path, autostart)
self.__database = BaseDatabase(config_path, autostart=False)
self.config = ConfigLoader()
self.coverage = self.config.coverage

Expand Down

0 comments on commit e3c87ab

Please sign in to comment.