mirror of
https://github.com/ejeanboris/MDAF.git
synced 2025-04-29 12:02:31 +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