Skip to content

Commit

Permalink
Merge pull request #1602 from totvs/release/v1.20.28rc6
Browse files Browse the repository at this point in the history
Release/v1.20.28rc6
  • Loading branch information
98llm authored Nov 28, 2024
2 parents 183d34d + e3c87ab commit fa84111
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 fa84111

Please sign in to comment.