mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-07 11:10:36 +08:00
BUG: fix missing context in ingest-exchange, bug introduced in commit ce085e01ec
This commit is contained in:
@@ -521,6 +521,7 @@ def live(ctx,
|
||||
default=False,
|
||||
help='Report potential anomalies found in data bundles.'
|
||||
)
|
||||
@click.pass_context
|
||||
def ingest_exchange(ctx, exchange_name, data_frequency, start, end,
|
||||
include_symbols, exclude_symbols, csv, show_progress,
|
||||
verbose, validate):
|
||||
|
||||
Reference in New Issue
Block a user