ratal / mdfreader

Read Measurement Data Format (MDF) versions 3.x and 4.x file formats in python
Other
170 stars 75 forks source link

Fixed incorrect class attribute in MdfSkeleton#copy() #215

Open Pzdrs opened 3 days ago

Pzdrs commented 3 days ago

The copy() function on the MdfSkeleton class referenced an incorrect class attribute - convert_tables. Since this attribute uses a camelCase convention, it was corrected to convertTables.