Skip to content

Commit

Permalink
fix: availableDump not assigned when SPARQL endpoint isn't available
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrieleT0 committed Oct 13, 2024
1 parent 61d0d64 commit e0a18f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions analyses.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ def analyses(idKG,analysis_date,nameKG):
void = False
internalError = False
queryNotSupported = False
availableDump = '-'

metadata = Aggregator.getDataPackage(idKG)
if nameKG == '':
Expand Down

0 comments on commit e0a18f5

Please sign in to comment.