Changeset 656 for trunk


Ignore:
Timestamp:
12/10/14 09:26:01 (9 years ago)
Author:
bas
Message:

improve error messag when email2trac fails to start, closes #345

Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r654 r656  
     12.8.5:
     2  * Improve error message when email2trac failse, closes ##345
     3    Author: quinn add strangecode dot com
     4    Applied by: Bas van der Vlies
     5 
    162.8.4
    27  * There was a case where the lower method on a string was referenced as an object instead of
  • trunk/debian/changelog

    r654 r656  
     1email2trac (2.8.5-1) UNRELEASED; urgency=low
     2
     3  *  See Changelog
     4
     5 -- Bas van der Vlies <bas.vandervlies@surfsara.nl>  Thu, 20 Nov 2014 12:22:53 +0100
     6
    17email2trac (2.8.4-1) stable; urgency=low
    28
  • trunk/email2trac.py.in

    r654 r656  
    27562756
    27572757    except ImportError, detail:
     2758        print detail
    27582759        print "Can not find a a valid trac installation, solutions could be:"
    27592760        print "\tset PYTHONPATH"
  • trunk/email2trac.spec

    r654 r656  
    11Summary: Utilities for converting emails to trac tickets
    22Name: email2trac
    3 Version: 2.8.4
     3Version: 2.8.5
    44Release: 1
    55License: Apache License 2.0
Note: See TracChangeset for help on using the changeset viewer.