[Swift-devel] [Bug 149] New: Improve readdata() error message
    bugzilla-daemon at mcs.anl.gov 
    bugzilla-daemon at mcs.anl.gov
       
    Mon Jul 14 15:23:38 CDT 2008
    
    
  
http://bugzilla.mcs.anl.gov/swift/show_bug.cgi?id=149
           Summary: Improve readdata() error message
           Product: Swift
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: minor
          Priority: P3
         Component: SwiftScript language
        AssignedTo: hategan at mcs.anl.gov
        ReportedBy: wilde at mcs.anl.gov
                CC: hategan at mcs.anl.gov
The error message is a bit confusing if you didnt realize that readdata expects
whitespace delimited items in the header (rather than comma separated).
I suggest a slight change from:
Execution failed:
        File header does not match type. Expected the following header items
(in no particular order): [ligandsfile, targetlist]. Instead, the header was
(again, in no particular order): [ligandsfile,targetlist]
To:
Execution failed:
        File header does not match type. Expected the following header of 2
items, whitespace separated (in any order):
ligandsfile targetlist
Instead, the header contained 1 item:
ligandsfile,targetlist
-- 
Configure bugmail: http://bugzilla.mcs.anl.gov/swift/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You reported the bug, or are watching the reporter.
    
    
More information about the Swift-devel
mailing list