# HG changeset patch # User francesco_lapi # Date 1759252735 0 # Node ID 054c872e3880e79cbfad802f836bf51cdb950849 # Parent 9bfd1ec3ae6ff30ffc748060891a8fa3f494b2d4 Uploaded diff -r 9bfd1ec3ae6f -r 054c872e3880 COBRAxy/metabolicModel2Tabular.py --- a/COBRAxy/metabolicModel2Tabular.py Tue Sep 30 17:06:37 2025 +0000 +++ b/COBRAxy/metabolicModel2Tabular.py Tue Sep 30 17:18:55 2025 +0000 @@ -275,7 +275,7 @@ logger=logger ) - if ARGS.name == "Custom_model" and ARGS.gene_format != "Default": + if ARGS.input and ARGS.gene_format != "Default": logging.basicConfig(level=logging.INFO) logger = logging.getLogger(__name__)