Skip to content

Commit

Permalink
#53 - Logging
Browse files Browse the repository at this point in the history
- Fixed linter issues
  • Loading branch information
serwarde committed Oct 28, 2024
1 parent a07c756 commit aaf438f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inception_reports/generate_reports_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ def select_method_to_import_data():
)
with open(file_path, "wb") as f:
f.write(project_export)
log.debug(f"Import Success")
log.debug("Import Success")

st.session_state["method"] = "API"
st.session_state["projects"] = read_dir(
Expand Down

0 comments on commit aaf438f

Please sign in to comment.