imrep icon indicating copy to clipboard operation
imrep copied to clipboard

extract_mapped() function takes 3 arguments when specifying --digGold

Open alexpan82 opened this issue 4 years ago • 0 comments

Hello!

I think I may have found a potential bug in imrep.py while running it using the --digGold -a options:

File "/users/tools/imrep/imrep.py", line 1022, in extract_mapped(i,file,k) TypeError: extract_mapped() takes exactly 2 arguments (3 given)

Line 67 confirms that the function only takes 2 arguments: def extract_mapped(tag,file):

Lines 1021 & 1022 nested in the conditional elif args.is_digGold: k=0 extract_mapped(i,file,k)

Thank you, Alex

alexpan82 avatar Apr 17 '20 21:04 alexpan82