Skip to content

Commit

Permalink
remove variable
Browse files Browse the repository at this point in the history
  • Loading branch information
goFrendiAsgard committed Nov 28, 2023
1 parent 848cfcf commit e441286
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/zrb/task/base_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -313,10 +313,9 @@ async def _run_and_check_all(
try:
self._start_timer()
if self.get_execution_id() == '':
execution_id = get_random_name(
add_random_digit=True, digit_count=5
self._set_execution_id(
get_random_name(add_random_digit=True, digit_count=5)
)
self._set_execution_id(execution_id)
self._propagate_execution_id()
self.log_info('Set input and env map')
await self._set_keyval(kwargs=kwargs, env_prefix=env_prefix)
Expand Down

0 comments on commit e441286

Please sign in to comment.