Skip to content

Commit

Permalink
Fix invoke tasks namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
bulya committed Oct 8, 2024
1 parent ca33d89 commit ecd4e5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ def test_hooks(ctx):

test_collection = Collection("test")
test_collection.add_task(test_hooks, name="hooks")
namespace = Collection(test_collection)

0 comments on commit ecd4e5d

Please sign in to comment.