Show More
@@ -164,7 +164,8 b' class p4_source(converter_source):' | |||||
164 | raise IOError(d["generic"], data) |
|
164 | raise IOError(d["generic"], data) | |
165 |
|
165 | |||
166 | elif code == "stat": |
|
166 | elif code == "stat": | |
167 |
|
|
167 | action = d.get("action") | |
|
168 | if action in ["purge", "delete", "move/delete"]: | |||
168 | return None, None |
|
169 | return None, None | |
169 | p4type = self.re_type.match(d["type"]) |
|
170 | p4type = self.re_type.match(d["type"]) | |
170 | if p4type: |
|
171 | if p4type: |
General Comments 0
You need to be logged in to leave comments.
Login now