Edgewall Software
Modify

Opened 15 years ago

Closed 15 years ago

#345 closed defect (fixed)

slave.py calls sys.exit() without importing sys

Reported by: ole@… Owned by: cmlenz
Priority: critical Milestone: 0.6
Component: Build slave Version: dev
Keywords: Cc: laurent.dore@…
Operating System: Linux

Description

In slave.py a call to sys.exit() is made without importing sys first. This fails on python 2.4 and 2.5.

Attachments (0)

Change History (2)

comment:1 Changed 15 years ago by laurent.dore@…

  • Cc laurent.dore@… added

This also fails on python 2.6 / Windows
Adding import sys before the call to sys.exit fixes it.

comment:2 Changed 15 years ago by dfraser

  • Resolution set to fixed
  • Status changed from new to closed

Thanks - should be fixed by r589

Add Comment

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain cmlenz.
The resolution will be deleted. Next status will be 'reopened'.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.