Page MenuHomePhabricator

claimit.py : add a list of Q to a property
Closed, ResolvedPublic

Description

I want to add add multy Q to a property like below but code doesn't support multiple Q input

python pwb.py claimit -page:foo P140 Q47740,Q432,Q9585 -exists:pt -pt:0

please add this possibility


Version: core-(2.0)
Severity: enhancement

Details

Reference
bz73398

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 22 2014, 3:56 AM
bzimport set Reference to bz73398.
bzimport added a subscriber: Unknown Object (????).
  • Bug 73399 has been marked as a duplicate of this bug. ***

We need to fix it to correctly handling adding a second value first, which is bug 70702.

jayvdb renamed this task from claimit.py should get list of Q for a property to claimit.py : add a list of Q to a property.Dec 2 2014, 5:29 AM
jayvdb set Security to None.
jayvdb removed a subscriber: Unknown Object (????).
matej_suchanek subscribed.

What about python pwb.py claimit -page:foo P140 Q47740 P140 Q432 P140 Q9585 -exists:pt?

matej_suchanek claimed this task.
matej_suchanek removed a project: TestMe.

python pwb.py claimit -page:foo P140 Q47740 P140 Q432 P140 Q9585 -exists:pt?