Skip to content

Commit

Permalink
removed unneeded calls
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed May 11, 2021
1 parent 061dc47 commit 5a48683
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ def __call__(
# pylint: disable=too-many-arguments

self._writer = DatabaseWriter(report_folder)
self._user_create_database = user_create_database
# add database generation if requested
self._needs_db = self._writer.auto_detect_database(machine_graph)
user_create_database = get_config_bool("Database", "create_database")
Expand Down

0 comments on commit 5a48683

Please sign in to comment.