mirror of
				https://github.com/apache/cloudstack.git
				synced 2025-10-26 08:42:29 +01:00 
			
		
		
		
	writeIfNotHere requires an array of strings, not a string
This commit is contained in:
		
							parent
							
								
									4db1c0125a
								
							
						
					
					
						commit
						fde0b6aa57
					
				| @ -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] | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user