Skip to content

Commit

Permalink
注释
Browse files Browse the repository at this point in the history
  • Loading branch information
tiemuhuaguo committed Dec 13, 2023
1 parent 488f378 commit 80a3a11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mars/mars_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ def is_different_file(file1: str, file2: str) -> bool:
return md51 != md52


# dst是文件的路径,不是文件所在的文件夹的路径
def copy_file(src, dst):
assert os.path.isfile(src), src

Expand Down

0 comments on commit 80a3a11

Please sign in to comment.