Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.

Commit

Permalink
Added error variable declaration so that program doesn't crash.
Browse files Browse the repository at this point in the history
  • Loading branch information
tinalasisi committed Nov 5, 2020
1 parent 4757b2d commit 10c7c77
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion fibermorph/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.9"
__version__ = "0.3.0"
2 changes: 2 additions & 0 deletions fibermorph/fibermorph.py
Original file line number Diff line number Diff line change
Expand Up @@ -517,6 +517,8 @@ def section_seq(input_file, output_path, resolution, minsize, maxsize, save_img)
with tqdm(total=3, desc="section analysis sequence", unit="steps", position=1, leave=None) as pbar:
for i in [input_file]:

section_data = pd.DataFrame()

try:

# read in file
Expand Down

0 comments on commit 10c7c77

Please sign in to comment.