Skip to content

Commit

Permalink
fix[avas]:filter data into files
Browse files Browse the repository at this point in the history
  • Loading branch information
fishTsai20 committed Jan 29, 2024
1 parent 0f0f1ac commit 6e68dbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blockchainetl/jobs/exporters/indexer_item_exporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def call_go(self):

command = [go_program, '--transactions', self.files["transaction"].name,
'--logs',
self.files["log"].name, '--rerun true']
self.files["log"].name]

try:
result = subprocess.run(command, check=True, stdout=subprocess.PIPE,
Expand Down

0 comments on commit 6e68dbf

Please sign in to comment.