From 7ae0ffa26b50aec7b4d40561e18e38bee4e65c37 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Thu, 22 Jan 2009 18:41:47 +0000 Subject: Get run with no args back to work. --- diff --git a/scripts/main.py b/scripts/main.py index 44e27fb..4f3d1f8 100644 --- a/scripts/main.py +++ b/scripts/main.py @@ -131,6 +131,9 @@ def main(base_dir, args): command = args[0] args = args[1:] + if command == 'run' and len(args) == 0: + args.append('sugar-emulator') + warn_local_modulesets(config) try: -- cgit v0.9.1