Modify ↓
Opened 16 years ago
Closed 16 years ago
#298 closed defect (fixed)
Bitten slave cannot run on win32 due to os.EX_OK and other constants
Reported by: | davidf@… | Owned by: | cmlenz |
---|---|---|---|
Priority: | critical | Milestone: | 0.6 |
Component: | Build slave | Version: | dev |
Keywords: | Cc: | davidf@… | |
Operating System: | Windows |
Description
See for example http://bitten.edgewall.org/build/trunk/1257 which ends with:
File "C:\bitten\build\build_trunk_1257\bitten\slave.py", line 293, in BuildSlave def _cancel_build(self, build_url, exit_code=os.EX_OK): AttributeError: 'module' object has no attribute 'EX_OK'
I'll attach a patch to fix this
Attachments (1)
Change History (2)
Changed 16 years ago by davidf@…
comment:1 Changed 16 years ago by dfraser
- Resolution set to fixed
- Status changed from new to closed
Fixed by applying the attached patch as r556
Note: See
TracTickets for help on using
tickets.
patch to fix os.EX_xxxx constants for win32