Only pack input cache

This commit is contained in:
2015-06-02 21:44:19 +10:00
parent 89f3ae2649
commit c3d4d85342
2 changed files with 2 additions and 2 deletions

View File

@@ -564,7 +564,7 @@ class FilePath:
if USE_ALEMBIC_BRANCH:
@staticmethod
def _from_block_CL(block, basedir, extra_info, level):
yield FPElem_block_path(basedir, level, (block, b'output_filepath')), extra_info
yield FPElem_block_path(basedir, level, (block, b'input_filepath')), extra_info
@staticmethod
def _from_block_SC(block, basedir, extra_info, level):