Address comments

This commit is contained in:
E Rasche
2017-11-21 17:21:41 +01:00
parent ddfbf2c3f0
commit 070ab533bd
+1 -1
View File
@@ -228,7 +228,7 @@ class ColumnSetAction(DefaultJobAction):
for dataset_assoc in job.output_datasets:
if action.output_name == '' or dataset_assoc.name == action.output_name:
for k, v in action.action_arguments.items():
if v and v != '':
if v:
# Try to use both pure integer and 'cX' format.
if v[0] == 'c':
v = v[1:]