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 07a197f commit e6f53c8Copy full SHA for e6f53c8
src/pytask_vscode/execution.py
@@ -9,7 +9,6 @@ def pytask_execute_task_log_end(session: pytask.Session, report: pytask.Executio
9
if not session.config["dry_run"]:
10
attrs = {"name" : report.task.short_name, "path" : str(report.task.path), "report" : str(report.outcome)}
11
address = ('localhost', 6000)
12
- pytask.console.print(attrs)
13
conn = Client(address, authkey=b'secret password')
14
conn.send(json.dumps(attrs))
15
conn.close()
0 commit comments