Skip to content

Commit 43feaeb

Browse files
ianhitelamonian
andauthored
remove unicode arrow
Co-Authored-By: Max Klein <[email protected]>
1 parent 36a4b50 commit 43feaeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyterlab_git/git.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ async def detailed_log(self, selected_hash, current_path):
336336
# we need next two lines of output
337337
from_path = next(line_iterable)
338338
to_path = next(line_iterable)
339-
modified_file_name = from_path + " " + to_path
339+
modified_file_name = from_path + " => " + to_path
340340
modified_file_path = to_path
341341
else:
342342
modified_file_name = file.split("/")[-1]

0 commit comments

Comments
 (0)