Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@marcopg.org>2009-01-22 18:41:47 (GMT)
committer Marco Pesenti Gritti <marco@marcopg.org>2009-01-22 18:41:47 (GMT)
commit7ae0ffa26b50aec7b4d40561e18e38bee4e65c37 (patch)
treec80a35085b4dfcf7ccdbd40530307a4728631a01 /scripts
parent0c3221c9bbfc482279114be2c8016992b62f572d (diff)
Get run with no args back to work.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/main.py3
1 files changed, 3 insertions, 0 deletions
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: