# HG changeset patch # User francesco_lapi # Date 1757067352 0 # Node ID cccbf259459e8c15d87e9f7b5a2c84e8aea12586 # Parent cbb2dcbe768cc22be46135bd2db7ae4ed65387be Uploaded diff -r cbb2dcbe768c -r cccbf259459e COBRAxy/custom_data_generator.py --- a/COBRAxy/custom_data_generator.py Fri Sep 05 10:08:39 2025 +0000 +++ b/COBRAxy/custom_data_generator.py Fri Sep 05 10:15:52 2025 +0000 @@ -8,7 +8,6 @@ import utils.rule_parsing as rulesUtils from typing import Optional, Tuple, Union, List, Dict import utils.reaction_parsing as reactionUtils -import openpyxl ARGS : argparse.Namespace def process_args(args: List[str] = None) -> argparse.Namespace: @@ -268,7 +267,7 @@ if not expected or not os.path.exists(expected) or os.path.getsize(expected) == 0: raise utils.DataErr(expected, "Output non creato o vuoto") -print("CustomDataGenerator: completed successfully") + print("CustomDataGenerator: completed successfully") if __name__ == '__main__': main() \ No newline at end of file