continuing refactor
This commit is contained in:
+2
-2
@@ -1272,7 +1272,7 @@ class PipelineExecutor:
|
||||
"""Guard against running add-relationship on unstored download-file results.
|
||||
|
||||
Intended UX:
|
||||
download-file ... | add-file -store <store> | add-relationship
|
||||
download-file ... | add-file -instance <store> | add-relationship
|
||||
|
||||
Rationale:
|
||||
download-file outputs items that may not yet have a stable store+hash.
|
||||
@@ -1305,7 +1305,7 @@ class PipelineExecutor:
|
||||
print(
|
||||
"Pipeline order error: when using download-file with add-relationship, "
|
||||
"add-relationship must come after add-file (so items are stored and have store+hash).\n"
|
||||
"Example: download-file <...> | add-file -store <store> | add-relationship\n"
|
||||
"Example: download-file <...> | add-file -instance <store> | add-relationship\n"
|
||||
)
|
||||
return False
|
||||
|
||||
|
||||
Reference in New Issue
Block a user