Skip to content

Commit

Permalink
Update direct_edit.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gitofanindya authored Dec 18, 2024
1 parent 3461608 commit ef063c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nxdrive/direct_edit.py
Original file line number Diff line number Diff line change
Expand Up @@ -1111,4 +1111,5 @@ def _get_ref(self, src_path: Path) -> Path:
ref = self.local.get_path(src_path)
if ref not in self._file_metrics:
self._file_metrics[ref] = defaultdict(int)
# testing
return ref

0 comments on commit ef063c1

Please sign in to comment.