Skip to content

Commit

Permalink
Merge pull request #44 from lionick/minor_fix_ingest
Browse files Browse the repository at this point in the history
Remove whitespaces
  • Loading branch information
lionick authored Nov 24, 2023
2 parents e43ae22 + 9b8b0c8 commit b3de863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/ingester/communityIngester.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def ingestCommunityDataPerTenenv(cls, tenenvId, session):

@classmethod
def ingestCommunityData(cls, session):

tenenvIds = session.exec("""SELECT id FROM tenenv_info""").all()
# for each tenenv on database try to ingest CommunityData
# from statistics_raw table
Expand Down

0 comments on commit b3de863

Please sign in to comment.