From: SourceForge.net <no...@so...> - 2003-11-28 11:24:23
|
Bugs item #850695, was opened at 2003-11-28 12:24 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=450019&aid=850695&group_id=47611 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Gert-Jan Paulissen (gpaulissen) Assigned to: Nobody/Anonymous (nobody) Summary: Using syncmail with %s fails Initial Comment: In my loginfo script the following line has been added: DEFAULT /cvsroot/sitedocs/CVSROOT/cvstools/syncmail %s gpa...@us... The default %{sVv} has not been used because it generated too much lines for binary files. But this works neither: Traceback (innermost last): File "/cvsroot/sitedocs/CVSROOT/cvstools/syncmail", line 322, in ? main() File "/cvsroot/sitedocs/CVSROOT/cvstools/syncmail", line 315, in main blast_mail(subject, people, specs[1:], contextlines, fromhost) File "/cvsroot/sitedocs/CVSROOT/cvstools/syncmail", line 240, in blast_mail print calculate_diff(file, contextlines) File "/cvsroot/sitedocs/CVSROOT/cvstools/syncmail", line 139, in calculate_diff file, oldrev, newrev = string.split(filespec, ',') ValueError: unpack list of wrong size Apparently the code assumes several options should be specified. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=450019&aid=850695&group_id=47611 |