remove extraneous call

This commit is contained in:
Michael Hudson-Doyle 2017-04-04 13:36:31 +12:00
parent 7d4de873e0
commit 9d2f9190e7
1 changed files with 0 additions and 1 deletions

View File

@ -153,7 +153,6 @@ def curtin_write_network_config(netplan_config):
with open(CURTIN_NETWORK_CONFIG_FILE, 'w') as conf:
conf.write(datestr)
conf.write(curtin_config)
conf.close()
def curtin_find_curtin():