wrong error message when add-program's file not found

Bug #1365955 reported by Patrick Stevens
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Sextant
New
Low
Unassigned

Bug Description

In sextant.__main__, after the lines
        # in case of Python 2, where FileNotFoundError is undefined
        # note: ConnectionError subclasses IOError, so must come first

the following line should be
        logging.error('Input file {} was not found.'.format(args.input_file))
rather than
        logging.error('Input file {} was not found.'.format(args.input_file[0]))

Don't want to make this change myself so near to a demo.

summary: - wrong error message when add-program's file not foundj
+ wrong error message when add-program's file not found
ChrisD (gingerchris)
Changed in ensoft-sextant:
importance: Undecided → Low
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.