]> gitweb @ CieloNegro.org - youtube-dl.git/blobdiff - devscripts/make_contributing.py
[utils] Fix file permissions in write_json_file (closes #12471) (#25122)
[youtube-dl.git] / devscripts / make_contributing.py
index 5e454a429e46eeb108612690ae2b523ee98f30d5..226d1a5d6644953982db6346a00a21ec45f9b089 100755 (executable)
@@ -28,5 +28,6 @@ def main():
     with io.open(outfile, 'w', encoding='utf-8') as outf:
         outf.write(out)
 
+
 if __name__ == '__main__':
     main()