From 474313ffdebb066e8e6891cfc362aa2edf3cf5c3 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Wed, 13 Dec 2006 00:37:03 +0000 Subject: Fix dev command --- (limited to 'sugar') diff --git a/sugar/activity/bundlebuilder.py b/sugar/activity/bundlebuilder.py index c465ce6..92d8822 100644 --- a/sugar/activity/bundlebuilder.py +++ b/sugar/activity/bundlebuilder.py @@ -108,7 +108,7 @@ setup.py help - print this message \n\ ' def cmd_dev(): - bundle_path = get_bundle_path() + bundle_path = os.path.join(_get_activities_path(), _get_bundle_dir()) try: os.symlink(_get_source_path(), bundle_path) except OSError: -- cgit v0.9.1