Skip to content

Commit

Permalink
minor bug in showing log file
Browse files Browse the repository at this point in the history
  • Loading branch information
hanhou committed Mar 14, 2024
1 parent 87c4ce2 commit 54bfa23
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion code/Home.py
Original file line number Diff line number Diff line change
Expand Up @@ -737,7 +737,6 @@ def app():
with st.expander('NWB convertion and upload log', expanded=False):
with fs.open(raw_nwb_folder + 'bonsai_pipeline.log') as file:
log_content = file.read().decode('utf-8')
log_content = log_content.replace('\\n', '\n')
st.text(log_content)


Expand Down

0 comments on commit 54bfa23

Please sign in to comment.