Ticket #119 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

Check valid for targets argument in clients

Reported by: bgranger Assigned to: bgranger
Priority: high Milestone: pycon
Component: saw Version:
Severity: normal Keywords:
Cc:

Description

Currently the PB client doesn't check the validity of the targets argument in any way. Thus, you get the following behavior:

c.pull('a') []

This should raise an appropriate error!

Change History

02/15/07 22:44:23 changed by bgranger

  • status changed from new to closed.
  • resolution set to fixed.

Fixed in r2097.