ajenti / ajenti

Sequence value overwritten unconditionally PTC-W0057
Anti-pattern
Major
6 months ago3 years old
The next statement overwrites the value at collection unconditionally.
166
167        else:
168            # prevent hanging on weird requests
169            self.env['REQUEST_METHOD'] = 'GET'170            self.env['REQUEST_METHOD'] = self.method
171
172        self.url_cgi_query = cgi.FieldStorage(