mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-13 03:33:40 +08:00
+1
-1
@@ -211,7 +211,7 @@ def run(ctx,
|
||||
if start is None:
|
||||
ctx.fail("must specify a start date with '-s' / '--start'")
|
||||
if end is None:
|
||||
ctx.fail("must specify an end date with '-s' / '--end'")
|
||||
ctx.fail("must specify an end date with '-e' / '--end'")
|
||||
|
||||
if (algotext is not None) == (algofile is not None):
|
||||
ctx.fail(
|
||||
|
||||
@@ -408,7 +408,7 @@ def _make_bundle_core():
|
||||
raise
|
||||
raise ValueError(
|
||||
'no data for bundle {bundle!r} on or before {timestamp}\n'
|
||||
'maybe you need to run: $ zipline ingest {bundle}'.format(
|
||||
'maybe you need to run: $ zipline ingest -b {bundle}'.format(
|
||||
bundle=bundle_name,
|
||||
timestamp=timestamp,
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user