Skip to content

Commit

Permalink
Merge release branch 4.7 to 4.8
Browse files Browse the repository at this point in the history
* 4.7:
  writeIfNotHere requires an array of strings, not a string
  • Loading branch information
swill committed May 12, 2016
2 parents dbbc37e + 170765e commit a1e181c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/network/ping/baremetal_user_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def addUserData(vmIp, folder, fileName, contents):
f.close()

if folder == "metadata" or folder == "meta-data":
writeIfNotHere(metaManifest, fileName)
writeIfNotHere(metaManifest, [fileName])

if __name__ == '__main__':
string = sys.argv[1]
Expand Down

0 comments on commit a1e181c

Please sign in to comment.