EC-DIGIT-CSIRC/sysdiagnose

Fix the main() reading of input files. Here we should have a glob(**.plist)-like in mobileactivation.py's main()

Closed this issue · 1 comments

    parser.add_option("-i", dest="inputfile", action="store", type="string",            # XXX FIXME! Here we should pass on a glob **.plist like in mobileactivation.py's main()

undefined

I took out all the main() functions for now, also each parser has its own get_log_files() function. So closing this issue.