Skip to content

Commit

Permalink
Raise NotImplementedError for TS get_or_create_default_history
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek authored Mar 5, 2024
1 parent feb38af commit c598c49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tool_shed/webapp/buildapp.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def repositories_hostname(self) -> str:

def get_or_create_default_history(self):
# tool shed has no concept of histories
return None
raise NotImplementedError


class CommunityWebApplication(galaxy.webapps.base.webapp.WebApplication):
Expand Down

0 comments on commit c598c49

Please sign in to comment.