Add is_user_activity() to ActivityBundle #701
This commit is contained in:
@@ -400,3 +400,6 @@ class ActivityBundle(Bundle):
|
||||
os.remove(path)
|
||||
|
||||
self._uninstall(install_path)
|
||||
|
||||
def is_user_activity(self):
|
||||
return self.get_path().startswith(env.get_user_activities_path())
|
||||
|
||||
Reference in New Issue
Block a user