Skip to content
Snippets Groups Projects
Commit c7fecc7f authored by Laurent Mercadier's avatar Laurent Mercadier
Browse files

Indent warning

parent 1ad8eb41
No related branches found
No related tags found
1 merge request!108PES detector
This commit is part of merge request !108. Comments created here will be created in the context of that merge request.
...@@ -157,7 +157,7 @@ def get_pes_params(run): ...@@ -157,7 +157,7 @@ def get_pes_params(run):
break break
if 'gas' not in params: if 'gas' not in params:
params['gas'] = 'unknown' params['gas'] = 'unknown'
log.warning('Could not find which PES gas was used.') log.warning('Could not find which PES gas was used.')
arr = sel.get_array(*mnemonics['PES_RV'].values()) arr = sel.get_array(*mnemonics['PES_RV'].values())
params['ret_voltage'] = float(arr[0].values) params['ret_voltage'] = float(arr[0].values)
return params return params
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment