We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd897de commit 338b4fdCopy full SHA for 338b4fd
1 file changed
bin2hpm/hpm.py
@@ -93,8 +93,7 @@ def upg_action_hdr(**kwargs):
93
result += zero_cksum(result)
94
return result
95
96
-def upg_action_img(img_data,**kwargs):
97
-
+def upg_action_img(img_data, **kwargs):
98
result = upg_action_hdr(**{
99
'action_type': UpgradeActionType.Upload,
100
**kwargs
0 commit comments