File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ def diff_mode(
140
140
dependencies = get_diff (dependencies_b , dependencies_a , "Dependency" )
141
141
142
142
if integrations + dependencies == []:
143
- params ["app" ].display_error (
143
+ params ["app" ].display (
144
144
f"No size differences were detected between the selected commits for { params ['platform' ]} "
145
145
)
146
146
return []
@@ -152,7 +152,7 @@ def diff_mode(
152
152
module ["Size" ] = f"+{ module ['Size' ]} "
153
153
154
154
if not params ["format" ] or params ["format" ] == ["png" ]: # if no format is provided for the data print the table
155
- print_table (params ["app" ], "Status " , formatted_modules )
155
+ print_table (params ["app" ], "Diff " , formatted_modules )
156
156
157
157
treemap_path = None
158
158
if params ["format" ] and "png" in params ["format" ]:
You can’t perform that action at this time.
0 commit comments