Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#78 closed enhancement (fixed)

open command misleading error message

Reported by: Tom Goddard Owned by: Greg Couch
Priority: minor Milestone:
Component: Input/Output Version:
Keywords: Cc:
Blocked By: Blocking:
Notify when closed: Platform: all
Project: chimera

Description

The open command gives a misleading error message when opening a file that does not exist. It should simply say the file does not exist. Here is what it says now:

open /something/somewhere
.........................
Missing or unknown file type

Change History (2)

comment:1 by Greg Couch, 10 years ago

Resolution: fixed
Status: newclosed

open xyzzy
now gives the error:
Missing filename suffix

open xyzzy.aaa
now gives the error:
Unrecognized filename suffix

And {{{open xyzzy.pdb}}
now gives the error:
[Errno 2] No such file or directory: 'xyzzy.pdb'

comment:2 by Eric Pettersen, 10 years ago

Component: User InterfaceInput/Output
Note: See TracTickets for help on using tickets.