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 <gonzalo@laptop.org> Acked-By: Simon Schampijer <simon@laptop.org> Reviewed-By: Sascha Silbe<silbe@activitycentral.com>
This commit is contained in:
parent
1d27039180
commit
ca02d59e11
@ -224,7 +224,7 @@ class ContentBundle(Bundle):
|
|||||||
else:
|
else:
|
||||||
return False
|
return False
|
||||||
|
|
||||||
def install(self, install_path):
|
def install(self):
|
||||||
# TODO ignore passed install_path argument
|
# TODO ignore passed install_path argument
|
||||||
# needs rethinking while fixing ContentBundle support
|
# needs rethinking while fixing ContentBundle support
|
||||||
install_path = env.get_user_library_path()
|
install_path = env.get_user_library_path()
|
||||||
|
Loading…
Reference in New Issue
Block a user