lycoris, strong linting, model keyword, circular imports

This commit is contained in:
Vladimir Mandic
2023-04-15 10:28:31 -04:00
parent 657448df73
commit ed8819b8fc
55 changed files with 413 additions and 288 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ def run(code, task):
try:
code()
except Exception as e:
display(task, e)
display(e, task)
def exception():