Skip to content
Snippets Groups Projects
Commit b08dbc0f authored by Ger van Diepen's avatar Ger van Diepen
Browse files

Task #3451

Removed debugging statement
parent fad98a81
No related branches found
No related tags found
No related merge requests found
......@@ -377,8 +377,8 @@ def expandps (parsetin, parsetout, keymap, nsubbands, ngroups=0, nodeindex=0, no
locs = []
names = []
# Get all nodes and file names matching the pattern
##(fnodes,files) = findDirs(patt)
(fnodes,files) = (['locus1','locus2'], ['/data/L1/_SB9.MS','/data/L1/_SB12.MS'])
(fnodes,files) = findDirs(patt)
##(fnodes,files) = (['locus1','locus2'], ['/data/L1/_SB9.MS','/data/L1/_SB12.MS'])
# Turn into a list of pairs (instead of pair of lists) and sort
filesnodes = [(os.path.basename(files[i]),
os.path.dirname(files[i]),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment