Added height to init in pdriver.py

This commit is contained in:
Jennifer Eve Sowash
2018-12-13 19:03:31 -08:00
parent a51aacfa90
commit bc44c80d40
+1 -1
View File
@@ -28,7 +28,7 @@ class pdriver(pgate.pgate):
name = "pdriver_{}".format(pdriver.unique_id)
pdriver.unique_id += 1
pgate.pgate.__init__(self, name)
pgate.pgate.__init__(self, name, height)
debug.info(1, "Creating {}".format(self.name))
self.compute_sizes()