GitBucket
Toggle navigation
Pull requests
Issues
Snippets
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Fork
: 0
tundra
/
tdir
Browse code
get rid of double separator on initial dir in -t outputs
master
1 parent
256b6a9
commit
f444e594501f76394cfb9487b1f041c7cc380f58
tundra
authored
on 17 Jun 2018
Patch
Unified
Split
Showing
1 changed file
+3
-3
■
■
■
■
■
tdir
Ignore Space
Show notes
View
6
■
■
■
■
■
tdir
sys
.
stdout
.
write
(
root
+
" is not a directory!\n"
)
sys
.
exit
(
2
)
if
RECURSE
:
for
root
,
dir
,
files
in
os
.
walk
(
root
):
print
(
root
+
os
.
sep
)
if
root
[-
1
]
!=
os
.
sep
:
root
+=
os
.
sep
print
(
root
)
else
:
BuildFileList
(
None
,
root
,
os
.
listdir
(
root
))
Show line notes below