Skip to content

Commit 4e0731c

Browse files
author
Stephen Miller
committed
add missing comma to array
1 parent fc8ed9b commit 4e0731c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
]
4242
},
4343
scripts=['scripts/evtx_dump.py',
44-
'scripts/evtx_dump_json.py'
44+
'scripts/evtx_dump_json.py',
4545
'scripts/evtx_dump_chunk_slack.py',
4646
'scripts/evtx_eid_record_numbers.py',
4747
'scripts/evtx_extract_record.py',

0 commit comments

Comments
 (0)