frc-score-detection icon indicating copy to clipboard operation
frc-score-detection copied to clipboard

Optimized user experience: Fixes #9

Open snowsignal opened this issue 7 years ago • 3 comments

I've rewritten the script so that it analyzes command line arguments first before importing other modules.

snowsignal avatar Jun 11 '17 00:06 snowsignal

I'll fix the formatting issues.

snowsignal avatar Jun 14 '17 01:06 snowsignal

Should we merge changes? Or do I need to fix anything else?

snowsignal avatar Jun 16 '17 14:06 snowsignal

@JacksonCoder I still want some kind of module to be added before merging so we can do all imports at the top. Flake8 will be very angry otherwise, and it's a little weird to have imports in the middle of the code in Python.

andrewda avatar Jun 16 '17 14:06 andrewda