summaryrefslogtreecommitdiff
path: root/fs/commands
diff options
context:
space:
mode:
authorwillmcgugan <willmcgugan@67cdc799-7952-0410-af00-57a81ceafa0f>2012-01-16 18:59:11 +0000
committerwillmcgugan <willmcgugan@67cdc799-7952-0410-af00-57a81ceafa0f>2012-01-16 18:59:11 +0000
commit34243db7169e4a25108f7b64cb9f0e3243212c5c (patch)
treefb240d711e9e12d96499d62c2d25a4ff61137f46 /fs/commands
parent6917cc8964738f6739daf29bc47c4f097d86573d (diff)
downloadpyfilesystem-34243db7169e4a25108f7b64cb9f0e3243212c5c.tar.gz
Added sqlitefs to fs.contrib
git-svn-id: http://pyfilesystem.googlecode.com/svn/trunk@741 67cdc799-7952-0410-af00-57a81ceafa0f
Diffstat (limited to 'fs/commands')
-rw-r--r--fs/commands/fsls.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/commands/fsls.py b/fs/commands/fsls.py
index a009e7d..d1ee324 100644
--- a/fs/commands/fsls.py
+++ b/fs/commands/fsls.py
@@ -133,8 +133,7 @@ List contents of [PATH]"""
for line, path in zip(lines, column):
line.append(path)
return '\n'.join(u' '.join(line) for line in lines)
-
-
+
if options.long:
for path in paths:
if path in dirs: