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 98f52af commit 1928a61Copy full SHA for 1928a61
src/ugrd/main.py
@@ -52,7 +52,7 @@ def main():
52
for runlevel in ['init_pre', *generator.init_types, 'init_final']:
53
if runlevel not in generator.imports:
54
continue
55
- print({runlevel} + ":")
+ print(runlevel + ":")
56
for func in generator.imports[runlevel]:
57
print(f" {func.__name__}")
58
0 commit comments