Skip to content

Commit dde3684

Browse files
committed
warning now displays default force_partitioning value
1 parent a09b746 commit dde3684

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CodeEntropy/config/arg_config_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,5 +268,5 @@ def _check_input_force_partitioning(self, args):
268268
if args.force_partitioning != default_value:
269269
logger.warning(
270270
f"'force_partitioning' is set to {args.force_partitioning},"
271-
" which differs from the default ({default_value})."
271+
f" which differs from the default {default_value}."
272272
)

0 commit comments

Comments
 (0)