Skip to content
Snippets Groups Projects
Commit e7d45e41 authored by Brodie Rao's avatar Brodie Rao
Browse files

subrepos: add missing self argument to abstractsubrepo.checknested

parent b37d5ecc
No related branches found
No related tags found
No related merge requests found
......@@ -220,7 +220,7 @@
"""
raise NotImplementedError
def checknested(path):
def checknested(self, path):
"""check if path is a subrepository within this repository"""
return False
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment