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

@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
import sys
__version__ = "0.0.4.5"
__version__ = "0.0.4.6"
def main(argv=sys.argv):
from .cli import main

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):