We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9108dc commit 83bd4fbCopy full SHA for 83bd4fb
bin/data.py
@@ -14,7 +14,6 @@
14
import tomli as tomllib
15
16
17
-
18
def _custom_dataclass_init(self, *args, **kwargs):
19
# print(self.__class__.__name__, "__init__")
20
names = [field.name for field in fields(self)]
bin/template_status.py
@@ -15,7 +15,7 @@
from githelp import Repo
from test_exercises import check_assignment
-DEFAULT_SPEC_LOCATION = Path('')
+DEFAULT_SPEC_LOCATION = Path('/python')
logging.basicConfig(format="%(levelname)s:%(message)s")
21
logger = logging.getLogger("generator")
0 commit comments