We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dafed86 commit 4d8e51dCopy full SHA for 4d8e51d
git_sim/git_sim_add.py
@@ -43,7 +43,7 @@ def populate_zones(self, firstColumnFileNames, secondColumnFileNames, thirdColum
43
for name in self.scene.args.name:
44
if name == x.a_path:
45
thirdColumnFileNames.add(x.a_path)
46
- secondColumnArrowMap[x.a_path] = Arrow(stroke_width=3, color=self.scene.fontColor)
+ secondColumnArrowMap[x.a_path] = m.Arrow(stroke_width=3, color=self.scene.fontColor)
47
try:
48
for y in self.repo.index.diff("HEAD"):
49
if "git-sim_media" not in y.a_path:
0 commit comments