mirror of
https://github.com/keylase/nvidia-patch.git
synced 2024-11-09 19:48:20 +00:00
add_driver: fix driver.json EOL
This commit is contained in:
parent
3ae38173e4
commit
05eb306586
@ -191,6 +191,7 @@ def main():
|
||||
data[args.os.value]['x86_64']['drivers'].append(new_driver)
|
||||
with open(DATAFILE_PATH, 'w') as data_file:
|
||||
json.dump(data, data_file, indent=4)
|
||||
data_file.write('\n')
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
|
Loading…
Reference in New Issue
Block a user