Skip to content

Commit 58ac26d

Browse files
committed
Fixing path for output html report
1 parent b31cd5c commit 58ac26d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/ModelSEEDReconstruction/modelseedrecon.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,7 @@ def build_dataframe_report(self,table,model_objs=None):
373373
msmodrep = MSModelReport(model)
374374
msmodrep.build_report(self.working_dir+"/html/"+model.wsid+"-recon.html")
375375
msmodrep.build_multitab_report(self.working_dir+"/html/"+model.wsid+"-full.html")
376+
print("Output dir:",self.working_dir+"/html/index.html")
376377
with open(self.working_dir+"/html/index.html", 'w') as f:
377378
f.write(html)
378379
#Creating data table file

0 commit comments

Comments
 (0)