Skip to content

Commit 45edc03

Browse files
committed
new update
1 parent b3f5879 commit 45edc03

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

cli/cli_launcher.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,7 @@ def print_banner():
8989
║ ║
9090
║ ⚡ DATA INTELLIGENCE LAB @ HKU ⚡ ║
9191
║ ║
92-
║ Revolutionizing research reproducibility ║
93-
║ Command Line Interface Edition ║
92+
║ ║
9493
║ ║
9594
╚══════════════════════════════════════════════════════════════╝
9695
"""

cli/main_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ async def main():
235235
print(f"\n{Colors.WARNING}⚠️ Application interrupted by user{Colors.ENDC}")
236236
sys.exit(1)
237237
except Exception as e:
238-
print(f"\n{Colors.FAIL}❌ Application error: {str(e)}{Colors.ENDC}")
238+
print(f"\n{Colors.FAIL}❌ Application errors: {str(e)}{Colors.ENDC}")
239239
sys.exit(1)
240240

241241

0 commit comments

Comments
 (0)