Skip to content

Commit be8acfb

Browse files
committed
cli: removing combine option from combine-results
1 parent e19cb6d commit be8acfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/negmas/scripts/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -796,7 +796,7 @@ def combine(path, dest, verbose):
796796
# help="Whether to recompile results from individual world runs or just show the already-compiled results",
797797
# )
798798
@click_config_file.configuration_option()
799-
def combine_results(path, dest, metric, max_sources, significance, compile, verbose):
799+
def combine_results(path, dest, metric, max_sources, significance, verbose):
800800
if max_sources is not None and max_sources == 0:
801801
max_sources = None
802802
tpath = [_path(_) for _ in path]

0 commit comments

Comments
 (0)