mirror of
https://github.com/nzp-team/QCHashTableGenerator.git
synced 2024-11-10 06:31:56 +00:00
Merge branch 'main' of https://github.com/nzp-team/QCHashTableGenerator
This commit is contained in:
commit
eac744b209
1 changed files with 1 additions and 3 deletions
|
@ -118,8 +118,6 @@ def create_qc_structfields(csv_data):
|
||||||
# length of the unhashed-CRC.
|
# length of the unhashed-CRC.
|
||||||
struct_fields.append(StructField('crc_strlen', ITYPE_FLOAT))
|
struct_fields.append(StructField('crc_strlen', ITYPE_FLOAT))
|
||||||
|
|
||||||
print(struct_fields)
|
|
||||||
|
|
||||||
def generate_qc_file(csv_data):
|
def generate_qc_file(csv_data):
|
||||||
'''
|
'''
|
||||||
Calls for population of StructFields and prompts
|
Calls for population of StructFields and prompts
|
||||||
|
@ -175,4 +173,4 @@ def main():
|
||||||
generate_qc_file(csv_data)
|
generate_qc_file(csv_data)
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
main()
|
main()
|
||||||
|
|
Loading…
Reference in a new issue