Browse Source

Correcting typo in convertToNRRD

Andrej Studen@Labkey-KNM 1 year ago
parent
commit
eea087869e
1 changed files with 0 additions and 1 deletions
  1. 0 1
      slicerScripts/convertToNRRD.py

+ 0 - 1
slicerScripts/convertToNRRD.py

@@ -44,7 +44,6 @@ def main(configFile):
    net=labkeyInterface.labkeyInterface()
    fnet=os.path.join(os.path.expanduser('~'),'.labkey',xconfig['network'])
    net.init(fnet)
-      r['CT']=
    net.getCSRF()
    fb=labkeyFileBrowser.labkeyFileBrowser(net)
    db=labkeyDatabaseBrowser.labkeyDB(net)