Skip to content

Commit

Permalink
Checkpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
SireInsectus committed Nov 25, 2023
1 parent b30f60b commit ccdf3b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/dbacademy/dbbuild/build_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,8 @@ def __init__(self, *,
white_list: List[str] = None,
black_list: List[str] = None):

self.__created_notebooks = False

super().__init__(name=name,
supported_dbrs=supported_dbrs,
ignoring=ignoring,
Expand Down
1 change: 0 additions & 1 deletion src/dbacademy/dbbuild/build_config_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ def __init__(self, *,
self.__build_name = CourseConfig.to_build_name(name)

self.__validated = False
self.__created_notebooks = False
self.__passing_tests: Dict[str, bool] = dict()

try:
Expand Down

0 comments on commit ccdf3b4

Please sign in to comment.