mirror of
				https://github.com/ejeanboris/MDAF.git
				synced 2025-11-04 07:08:15 +00:00 
			
		
		
		
	typo
This commit is contained in:
		
							
								
								
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							@@ -10,6 +10,7 @@
 | 
			
		||||
*.sig
 | 
			
		||||
*.py.old
 | 
			
		||||
*.cpython-38.pyc
 | 
			
		||||
*.cpython-39.pyc
 | 
			
		||||
 | 
			
		||||
pkg/
 | 
			
		||||
src/
 | 
			
		||||
 
 | 
			
		||||
@@ -96,7 +96,7 @@ def measure(heuristicpath, funcpath, args, connection):
 | 
			
		||||
    lower = funcChars['lower']
 | 
			
		||||
 | 
			
		||||
    if upper is not list: 
 | 
			
		||||
        print(type(upper) 
 | 
			
		||||
        print(type(upper))
 | 
			
		||||
        upper = [upper for i in range(n)]
 | 
			
		||||
    if lower is not list: lower = [lower for i in range(n)]
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user