Skip to content

Commit 9656487

Browse files
committed
more debugging part II
1 parent bded03e commit 9656487

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

  • mkp/local/lib/python3/cmk_addons/plugins/yum/rulesets

mkp/local/lib/python3/cmk_addons/plugins/yum/rulesets/yum_cee.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ def _migrate_int_to_float(value: object) -> Mapping[str, object]:
4949
}
5050
}
5151
else:
52+
53+
with open('/tmp/debug-migrate_int_to_float-no-interval.txt', 'a') as debug_file:
54+
debug_file.write(f'value: {value}\n')
55+
5256
return {
5357
'deploy': {
5458
'interval': dict()

0 commit comments

Comments
 (0)