2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-28 20:53:35 +08:00

pdq2: spelling fix

This commit is contained in:
Robert Jördens 2015-03-31 02:28:39 -06:00
parent 16ff190731
commit d1653589f9

View File

@ -5,7 +5,7 @@ import io
from artiq.devices.pdq2.driver import Pdq2
pdq3_source = os.getenv("ARTIQ_PDQ2_SOURCE")
pdq2_source = os.getenv("ARTIQ_PDQ2_SOURCE")
class TestPdq2(unittest.TestCase):