From ca02d59e116200cf689bf24ff61f025973d394ec Mon Sep 17 00:00:00 2001 From: Simon Schampijer Date: Wed, 2 Mar 2011 12:26:14 -0500 Subject: [PATCH] Open content bundles on a external device #1748 Remove the path parameter as it is not used anyhow. The patch for the sugar module does make sure the method is called correctly. Signed-off-by: Gonzalo Odiard Acked-By: Simon Schampijer Reviewed-By: Sascha Silbe --- src/sugar/bundle/contentbundle.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sugar/bundle/contentbundle.py b/src/sugar/bundle/contentbundle.py index 7e6be37b..e4f6eb16 100644 --- a/src/sugar/bundle/contentbundle.py +++ b/src/sugar/bundle/contentbundle.py @@ -224,7 +224,7 @@ class ContentBundle(Bundle): else: return False - def install(self, install_path): + def install(self): # TODO ignore passed install_path argument # needs rethinking while fixing ContentBundle support install_path = env.get_user_library_path()