Skip to content

Commit

Permalink
gwsumm.triggers: fix typo in kwarg name
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanmmacleod committed Jan 11, 2022
1 parent 8f273cf commit 2282f04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gwsumm/triggers.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
ETG_READ_KW[name] = {
'format': 'ligolw',
'tablename': name,
'use_numpy_dtype': True,
'use_numpy_dtypes': True,
}


Expand Down

0 comments on commit 2282f04

Please sign in to comment.