Skip to content

Commit fef05d1

Browse files
committed
fixed a bug in pypff-test.py.
1 parent 3e926b2 commit fef05d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/pypff-test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
# test config files reading
1212
c = pypff.io.qconfig('config-data/*.json')
13-
print(c['obs_config'].keys())
13+
print(c.config['obs_config'].keys())
1414
print(c.config['daq_config'].keys())
1515
print(c.config['data_config'].keys())
1616
print(c.config['network_config'].keys())

0 commit comments

Comments
 (0)