We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d39b985 commit 1fa1f27Copy full SHA for 1fa1f27
fs/_ftp_parse.py
@@ -85,7 +85,6 @@ def parse_line(line):
85
86
87
def _parse_time(t, formats):
88
- _t = None
89
for frmt in formats:
90
try:
91
_t = time.strptime(t, frmt)
0 commit comments