Skip to content

Commit 655fa95

Browse files
committed
diff: revert ' in string
1 parent 3574b0c commit 655fa95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dvc/command/diff.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def _print_size(size):
3131
def _get_md5_string(sign, file_name, checksum):
3232
sample_msg = ""
3333
if file_name:
34-
sample_msg = "'{}{}' with md5 {}\n"
34+
sample_msg = "{}{} with md5 {}\n"
3535
sample_msg = sample_msg.format(sign, file_name, checksum)
3636
return sample_msg
3737

0 commit comments

Comments
 (0)