Skip to content
Snippets Groups Projects
Commit 2a0ae490 authored by Florian Bruhin's avatar Florian Bruhin
Browse files

Fix git call

parent 4a0b8523
Branches
No related tags found
No related merge requests found
......@@ -126,7 +126,7 @@ class GlobalZapper(QObject):
if path.suffix != ".ipynb":
continue
nb_commit = git.git_stdout("rev-list", "-1", branch, "--", name)
nb_commit = git.REPO.git_stdout("rev-list", "-1", branch, "--", name)
yield FileInfo(commit=nb_commit, path=path)
def _validate_notebook_path(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment