about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorTheofilos Augoustis <theofilos.augoustis@gmail.com>2025-10-30 13:40:52 +0000
committerTheofilos Augoustis <theofilos.augoustis@gmail.com>2025-10-30 13:40:58 +0000
commit62631134895417c7993677e8bf73206253eac5b0 (patch)
tree57b782f19200b93e8917e1eb41156a3dfb4daa41 /src
parent5df89a9523dc0fe7995efec4896b281fd69216c9 (diff)
downloadfocaccia-62631134895417c7993677e8bf73206253eac5b0.tar.gz
focaccia-62631134895417c7993677e8bf73206253eac5b0.zip
Fix incorrect cross-validation flag specification
Diffstat (limited to 'src')
-rwxr-xr-xsrc/focaccia/tools/capture_transforms.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/focaccia/tools/capture_transforms.py b/src/focaccia/tools/capture_transforms.py
index 0b084da..6ef0eaa 100755
--- a/src/focaccia/tools/capture_transforms.py
+++ b/src/focaccia/tools/capture_transforms.py
@@ -18,6 +18,7 @@ def main():
                       help='Name of output file. (default: trace.out)')
     prog.add_argument('-c', '--cross-validate',
                       default=False,
+                      action='store_true',
                       help='Cross-validate symbolic equations with concrete values')
     args = prog.parse_args()