Skip to content

Commit

Permalink
bug: Fix TypeError for stop() in daemons.conveyer.preparer rucio#6075
Browse files Browse the repository at this point in the history
Signed-off-by: Soumik Dutta <shalearkane@gmail.com>
  • Loading branch information
shalearkane committed Feb 16, 2023
1 parent f9d52b7 commit 534bdcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rucio/daemons/conveyor/preparer.py
Expand Up @@ -39,7 +39,7 @@
graceful_stop = threading.Event()


def stop():
def stop(*args):
"""
Graceful exit.
"""
Expand Down

0 comments on commit 534bdcf

Please sign in to comment.