Skip to content
Snippets Groups Projects
Commit d942a05e authored by Florian Atteneder's avatar Florian Atteneder
Browse files

removed unused filename variable

parent b9dadeb2
No related branches found
No related tags found
1 merge request!2fixing bug where extraction radius was assumed to be the number trailing the...
......@@ -438,9 +438,9 @@ class wave(object):
# take care of special conventions,
# overwrite better values if possible
if tp == 'bam':
r = wfile_get_detrad_bam(os.path.join(self.path,filename))
r = wfile_get_detrad_bam(fname)
if tp == 'core':
r = wfile_get_detrad(os.path.join(self.path,filename))
r = wfile_get_detrad(fname)
self.prop['var'] = var
self.prop['lmode'] = l
self.prop['mmode'] = m
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment