perryhuynh / kcauto

kcauto, the successor to kancolle-auto, a Kantai Collection (Kancolle) bot/automation tool
GNU General Public License v3.0
68 stars 22 forks source link

Combined fleet formation name mismatch cause script stop #406

Closed cplusx closed 4 years ago

cplusx commented 4 years ago

There is a name mismatch in the combined fleet formation, which causes script stop when choosing formation. The name in kcauto/kca_enums/formation.py is combined_fleet_x while in the kcauto/util/kca.py it is formation_combinedfleet_x.

To fix it, remove one _ in the kcauto/kca_enums/formation.py: 'combined_fleet_x' -> 'combinedfleet_x'

perryhuynh commented 4 years ago

405

Already fixed, please pull latest

mrmin123 commented 4 years ago

To clarify, pull the latest 390-2019-fall-event branch.

perryhuynh commented 4 years ago

@cplusx I forgot to update the references in code, so once the 2nd PR is merged it should work (for real this time)