Skip to content

Commit

Permalink
Alterando benHandler.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor-oss committed Oct 31, 2023
1 parent 0d4939f commit f6c5a9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/handlers/benHandler.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,6 @@ def generateTable(self):
df_total.iloc[1:, 1:-1] = df_total.iloc[1:, 1:-1].astype('int64')
if len(df_total):
df_total.to_csv(self.path_final + "BEN_total.csv", index=False, header=False)
return len(df_total)
return True
except Exception:
return False

0 comments on commit f6c5a9c

Please sign in to comment.