This is an archive of the discontinued Mercurial Phabricator instance.

drawdag: correctly pass repo to super constructor
ClosedPublic

Authored by martinvonz on Sep 4 2018, 1:36 PM.

Details

Summary

This was caught by someone who was looking for the

super(cls, self).__init__(self, ...)

pattern in all code in our Google-internal repo.

Diff Detail

Repository
rHG Mercurial
Lint
Lint Skipped
Unit
Unit Tests Skipped

Event Timeline

martinvonz created this revision.Sep 4 2018, 1:36 PM
quark accepted this revision.Sep 4 2018, 10:05 PM
quark added a subscriber: quark.

LGTM

pulkit accepted this revision.Sep 5 2018, 6:38 AM
This revision was automatically updated to reflect the committed changes.