#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 , 10 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:2 by , 10 years ago
| Component: | User Interface → Input/Output |
|---|
Note:
See TracTickets
for help on using tickets.
open xyzzynow gives the error:
Missing filename suffixopen xyzzy.aaanow gives the error:
Unrecognized filename suffixAnd {{{open xyzzy.pdb}}
now gives the error:
[Errno 2] No such file or directory: 'xyzzy.pdb'