Skip to content

Commit

Permalink
Update src/icesat2_tracks/config/generate_colors.py
Browse files Browse the repository at this point in the history
Co-authored-by: Carlos Paniagua <[email protected]>
  • Loading branch information
hollandjg and cpaniaguam authored Mar 5, 2024
1 parent 7244e08 commit 69e617b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/icesat2_tracks/config/generate_colors.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
B=dict()
for i in A[0]['swatches']:
B[i['name']] = i['data']['values']
_logger.debug("%s %s", i['name'], str(i['data']['values']))
_logger.debug("swatch name: %s, values: %s", i['name'], i['data']['values'])

rels=dict()

Expand Down

0 comments on commit 69e617b

Please sign in to comment.