Commit 39fa78424a62d6901982c4180b79d50c2126de86

Authored by Christian Herdtweck
1 parent 1bb50a33

olevba3: fix typo

Showing 1 changed file with 1 additions and 1 deletions
oletools/olevba3.py
... ... @@ -3313,7 +3313,7 @@ def main(cmd_line_args=None):
3313 3313 # print first json entry with meta info and opening '['
3314 3314 print_json(script_name='olevba', version=__version__,
3315 3315 url='http://decalage.info/python/oletools',
3316   - type='MetaInformation', _first_json=True)
  3316 + type='MetaInformation', _json_is_first=True)
3317 3317 else:
3318 3318 print('olevba %s - http://decalage.info/python/oletools' % __version__)
3319 3319  
... ...