Skip to content
Snippets Groups Projects
Commit ece2a3ad authored by Cristiano Urban's avatar Cristiano Urban
Browse files

Fixed typo.

parent 2f319e29
Branches
Tags
No related merge requests found
Pipeline #2173 passed
......@@ -69,7 +69,7 @@ class TapeClient(object):
pool.lowSpaceWarningThreshold = el["low_space_warning_threshold"]
pool.noSpaceWarningEnable = el["no_space_warning_enable"]
pool.mode = el["mode"]
self.poolList.append(task)
self.poolList.append(pool)
return self.poolList.copy()
else:
sys.exit("cmd_exit_code = FAILURE")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment