Disable a pylint

This commit is contained in:
James R. Barlow
2018-06-23 01:53:04 -07:00
parent f1305e5a37
commit 6f48181a56
+2
View File
@@ -187,6 +187,8 @@ def main():
yield re.sub(r'.*/com.github.ocrmypdf[^/]+[/](.*)',
r'$TMPDIR/\1', arg)
manifest['args'] = list(clean_sys_argv())
# pylint: disable=E1101
with (Path(CACHE_ROOT) / 'manifest.jsonl').open('a') as f:
json.dump(manifest, f)
f.write('\n')