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 65c4e72 commit 01fc1a7Copy full SHA for 01fc1a7
scripts/clamav_stack.py
@@ -57,7 +57,7 @@ def main():
57
syslog.syslog('No viruses were found in the content.\n')
58
os.lseek(tmp_file, 0, os.SEEK_SET)
59
copy_file(tmp_file, 1)
60
- except OSError as e:
+ except OSError:
61
62
63
os.close(1)
0 commit comments