Skip to content

Commit

Permalink
renamed pydra2app to pipeline2app
Browse files Browse the repository at this point in the history
  • Loading branch information
tclose committed Aug 23, 2024
1 parent 1e5290d commit 56c7ecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test_build.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from pathlib import Path
from click.testing import CliRunner
from pydra2app.core.cli import make
from pipeline2app.core.cli import make
from frametree.core.utils import show_cli_trace

PKG_PATH = Path(__file__).parent.parent.absolute()
Expand Down

0 comments on commit 56c7ecc

Please sign in to comment.