Show More
@@ -233,7 +233,7 b' class FileLinks(FileLink):' | |||
|
233 | 233 | result.append(dirname_output_line) |
|
234 | 234 | for fname in display_fnames: |
|
235 | 235 | fp = fp_format % (dirname,fname) |
|
236 |
if fp_cleaner |
|
|
236 | if fp_cleaner is not None: | |
|
237 | 237 | fp = fp_cleaner(fp) |
|
238 | 238 | try: |
|
239 | 239 | # output can include both a filepath and a filename... |
General Comments 0
You need to be logged in to leave comments.
Login now