Bugs item #2613356, was opened at 2009-02-19 04:17
Message generated for change (Comment added) made by mhammond
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=551954&aid=2613356&group_id=78018
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: win32
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: Guilherme Polo (ggpolo)
Assigned to: Nobody/Anonymous (nobody)
Summary: win32serviceutil.HandleCommandLine missing error code return
Initial Comment:
Hi,
It didn't fit on the summary line, but win32serviceutil.HandleCommandLine does not return the error code when starting a service (it is missing an "err = hr" after "except win32service.error, (hr, fn, msg):").
I have pywin32-212.win-py2.6 installed.
----------------------------------------------------------------------
>Comment By: Mark Hammond (mhammond)
Date: 2009-02-19 08:32
Message:
Thanks; fixed in revision 1.32
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=551954&aid=2613356&group_id=78018
|