Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 13b3ba4

Browse files
splitfields -> split
1 parent add58f9 commit 13b3ba4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/lib-old/packmail.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def packtree(outfp, dirname):
102102
packtree(outfp, subdirname)
103103

104104
def unixfix(name):
105-
comps = name.splitfields(os.sep)
105+
comps = name.split(os.sep)
106106
res = ''
107107
for comp in comps:
108108
if comp:

0 commit comments

Comments
 (0)