Skip to content

Commit

Permalink
fix: task description in remote mode (#344)
Browse files Browse the repository at this point in the history
  • Loading branch information
ocervell committed Apr 24, 2024
1 parent 567adc9 commit 1140611
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions secator/runners/_helpers.py
Expand Up @@ -151,6 +151,7 @@ def get_task_data(task_id):
chunk_count = data.get('chunk_count')
if chunk and chunk_count:
data['chunk_info'] = f'{chunk}/{chunk_count}'
data['descr'] = data.pop('description', '')
return data


Expand Down

0 comments on commit 1140611

Please sign in to comment.