Eitan177 commited on
Commit
966f281
·
1 Parent(s): 2f505dd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -223,7 +223,7 @@ if file_to_lookat !=[] and sub:
223
  tovcf.to_csv(nameuse,sep='\t',header=False, index=False)
224
  with open(nameuse,"rb") as txt_file:
225
  bytes_data=txt_file.read()
226
- txt_file.clost()
227
  with open(os.path.join("input",nameuse),"wb") as f:
228
  f.write(bytes_data)
229
  f.close()
 
223
  tovcf.to_csv(nameuse,sep='\t',header=False, index=False)
224
  with open(nameuse,"rb") as txt_file:
225
  bytes_data=txt_file.read()
226
+ txt_file.close()
227
  with open(os.path.join("input",nameuse),"wb") as f:
228
  f.write(bytes_data)
229
  f.close()