osclib/origin: policy_input_calculate(): s/unkown/unknown/.
This commit is contained in:
parent
a0488c3fbb
commit
7e6455f9ce
@ -479,7 +479,7 @@ def policy_input_calculate(apiurl, project, package,
|
|||||||
else:
|
else:
|
||||||
inputs['direction'] = 'forward' if index_new < index_old else 'backward'
|
inputs['direction'] = 'forward' if index_new < index_old else 'backward'
|
||||||
except ValueError:
|
except ValueError:
|
||||||
inputs['direction'] = 'unkown'
|
inputs['direction'] = 'unknown'
|
||||||
|
|
||||||
return inputs
|
return inputs
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user