Bellspringsteen/OurCamera

Undefined name 'csv_file' in analyzeimages.py

cclauss opened this issue · 0 comments

flake8 testing of https://github.com/Bellspringsteen/OurCamera on Python 3.6.3

$ flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics

./analyzeimages.py:320:20: F821 undefined name 'csv_file'
    analyzeresults(csv_file)                   ^

1     F821 undefined name 'csv_file'