Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
hbgtjxzbbx committed Jul 7, 2020
1 parent 0919dc8 commit 214ce6e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ def read_txt_into_list(file_path):
lists = [item[0] if len(item) == 1 else item for item in lists]
return lists


def get_file_name(file_path,last_ocur=True):
if not last_ocur:
name= os.path.split(file_path)[1].split('.')[0]
Expand Down

0 comments on commit 214ce6e

Please sign in to comment.