Skip to content

Commit

Permalink
fix: suppress logs
Browse files Browse the repository at this point in the history
  • Loading branch information
BobTheBuidler committed Apr 24, 2024
1 parent cd89759 commit a3f2c4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion a_sync/_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def create_task(
if skip_gc_until_done:
__persisted_tasks.add(asyncio.create_task(__persisted_task_exc_wrap(task)))
if log_destroyed_pending is False:
task._log_destroyed_pending = False
task._log_destroy_pending = False
__prune_persisted_tasks()
return task

Expand Down

0 comments on commit a3f2c4d

Please sign in to comment.