diff --git a/src/main.py b/src/main.py
index 622f3af..7533f6a 100755
--- a/src/main.py
+++ b/src/main.py
@@ -85,17 +85,11 @@ def main():
"" +
filename + "
" +
get_file_size(path) + " | " + get_file_modified_time(path) + " | " +
- "")
+ " | ") if dirname != "." else ""
- if dirname == ".":
-
- f.write(" | ")
-
- else:
-
- # File Preview - filename relative path
- f.write("" +
- "")
+ # File Preview - filename relative path
+ f.write("" +
+ "")
# Join Parent Directory and File Name with extension
fName = os.path.join(pDirname, filename)