Skip to content

Commit

Permalink
Merge pull request #288 from inbo/lint
Browse files Browse the repository at this point in the history
linting
  • Loading branch information
mainlyIt authored Jan 4, 2025
2 parents 1bfb11b + 6c0da9b commit 87ef73e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vespadb/observations/tasks/export_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,4 @@ def generate_rows(
yield writer.writerow(row)
except Exception as e:
logger.error(f"Error processing observation {observation.id}: {e}")
continue
continue

0 comments on commit 87ef73e

Please sign in to comment.