Skip to content

Commit

Permalink
fix(transfer daemon): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
SiqiLiu43 committed Sep 2, 2022
1 parent 9ca093f commit 951ad88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chime_frb_api/workflow/daemons/transfer.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def transfer(test_flag):
if stale_work:
buckets.delete_ids([work["id"] for work in stale_work])
transfer_status["stale_work_deleted"] = True
if test_mode:
if test_flag:
return transfer_status
else:
print(transfer_status)
Expand Down

0 comments on commit 951ad88

Please sign in to comment.