Modify ↓
Opened 16 years ago
Closed 16 years ago
#375 closed defect (fixed)
Option --no-loop does not work
Reported by: | per dot rutquist at gmail dot com | Owned by: | cmlenz |
---|---|---|---|
Priority: | major | Milestone: | 0.6 |
Component: | General | Version: | 0.5.3 |
Keywords: | Cc: | ||
Operating System: | BSD |
Description
The option --no-loop has no effect when calling bitten-slave, because it is not forwarded to the BuildSlave function.
I believe changing the call on line 397 of slave.py to include no_loop=options.no_loop would fix the problem.
Attachments (1)
Change History (2)
Changed 16 years ago by anonymous
comment:1 Changed 16 years ago by dfraser
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Thanks, applied the patch in r617