Skip to content

Commit

Permalink
Fix flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
lyriccoder committed May 8, 2020
1 parent 9ed5ee4 commit 675ddd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/03-calculate-metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
new_frame = pd.read_csv(i)
cur_df.set_index("Problem")
frames.append(new_frame)
except:
except Exception:
pass

print("we have {} folder, {} datasets".format(len(csv_files), len(frames)))
Expand Down

0 comments on commit 675ddd7

Please sign in to comment.