We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3f5879 commit 45edc03Copy full SHA for 45edc03
cli/cli_launcher.py
@@ -89,8 +89,7 @@ def print_banner():
89
║ ║
90
║ ⚡ DATA INTELLIGENCE LAB @ HKU ⚡ ║
91
92
-║ Revolutionizing research reproducibility ║
93
-║ Command Line Interface Edition ║
+║ ║
94
95
╚══════════════════════════════════════════════════════════════╝
96
"""
cli/main_cli.py
@@ -235,7 +235,7 @@ async def main():
235
print(f"\n{Colors.WARNING}⚠️ Application interrupted by user{Colors.ENDC}")
236
sys.exit(1)
237
except Exception as e:
238
- print(f"\n{Colors.FAIL}❌ Application error: {str(e)}{Colors.ENDC}")
+ print(f"\n{Colors.FAIL}❌ Application errors: {str(e)}{Colors.ENDC}")
239
240
241
0 commit comments