mcneilco / acas

http://mcneilco.com/acas.html
GNU General Public License v3.0
12 stars 5 forks source link

ACAS-650: Fix report/image file uploading #1097

Closed brianbolt closed 1 year ago

brianbolt commented 1 year ago

Description

Related Issue

ACAS-650

How Has This Been Tested?

brianbolt commented 1 year ago

I see what looks like a function being removed but cannot tell what the impact of this is. Does the function call need to be removed as well?

No. This method was actually overriding its superclass method which was implementing ALMOST all of the same logic except for the top part which was the buggy part. That is, the function is still getting called but its the super implementation.