mirror of
				https://github.com/ARM-software/devlib.git
				synced 2025-11-04 07:51:21 +00:00 
			
		
		
		
	target.py: Fix incorrect parameter name
This commit is contained in:
		@@ -702,7 +702,7 @@ class Target(object):
 | 
			
		||||
    # files
 | 
			
		||||
 | 
			
		||||
    def makedirs(self, path):
 | 
			
		||||
        self.execute('mkdir -p {}'.format(quote(folder)))
 | 
			
		||||
        self.execute('mkdir -p {}'.format(quote(path)))
 | 
			
		||||
 | 
			
		||||
    def file_exists(self, filepath):
 | 
			
		||||
        command = 'if [ -e {} ]; then echo 1; else echo 0; fi'
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user