We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e056438 commit a3fe538Copy full SHA for a3fe538
artiq/test/hardware_testbench.py
@@ -20,7 +20,7 @@ def get_from_ddb(*path, default="skip"):
20
v = FlatFileDB(os.path.join(artiq_root, "ddb.pyon")).data
21
try:
22
for p in path:
23
- v = v.read[v]
+ v = v[p]
24
return v.read
25
except KeyError:
26
if default == "skip":
0 commit comments