Uploaded image for project: 'Pig'
  1. Pig
  2. PIG-2056

Jython error messages should show script name

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 0.9.0
    • 0.9.0
    • impl
    • None
    • Reviewed

    Description

      Instead of messages like

      Traceback (most recent call last):
        File "<iostream>", line 12, in <module>
      

      It should display the script file name:

      Traceback (most recent call last):
        File "test.py", line 12, in <module>
      

      Attachments

        1. PIG-2056.patch
          4 kB
          Richard Ding

        Activity

          People

            rding Richard Ding
            rding Richard Ding
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: