Enable journal to do open-with for activity bundles.
This commit is contained in:
parent
73dc65b259
commit
e459206438
@ -155,9 +155,7 @@ class DSObject(object):
|
||||
def resume(self, bundle_id=None):
|
||||
from sugar.activity import activityfactory
|
||||
|
||||
if self.is_activity_bundle():
|
||||
if bundle_id is not None:
|
||||
raise ValueError('Bundle cannot be resumed as an activity.')
|
||||
if self.is_activity_bundle() and not bundle_id:
|
||||
|
||||
logging.debug('Creating activity bundle')
|
||||
bundle = ActivityBundle(self.file_path)
|
||||
|
Loading…
Reference in New Issue
Block a user