Skip to content

Commit

Permalink
Merge pull request #2992 from SEED-platform/2958/progress-text-update
Browse files Browse the repository at this point in the history
refactor: updated text
  • Loading branch information
Ryo committed Nov 4, 2021
2 parents 49ccf7b + 74ab039 commit 16b87fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion seed/data_importer/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -1622,7 +1622,7 @@ def pair_new_states(merged_property_views, merged_taxlot_views):
def _validate_use_cases(file_pk, progress_key):
import_file = ImportFile.objects.get(pk=file_pk)
progress_data = ProgressData.from_key(progress_key)
progress_data.step('validating data with Selection Tool')
progress_data.step('Validating data at buildingsync.net')
try:
found_version = 0

Expand Down

0 comments on commit 16b87fb

Please sign in to comment.