progress-table 2.2.3__tar.gz → 2.2.5__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {progress-table-2.2.3 → progress_table-2.2.5}/PKG-INFO +1 -1
- {progress-table-2.2.3 → progress_table-2.2.5}/progress_table/__init__.py +1 -1
- {progress-table-2.2.3 → progress_table-2.2.5}/progress_table/v1/progress_table.py +2 -1
- {progress-table-2.2.3 → progress_table-2.2.5}/progress_table.egg-info/PKG-INFO +1 -1
- {progress-table-2.2.3 → progress_table-2.2.5}/LICENSE.txt +0 -0
- {progress-table-2.2.3 → progress_table-2.2.5}/README.md +0 -0
- {progress-table-2.2.3 → progress_table-2.2.5}/progress_table/v0/__init__.py +0 -0
- {progress-table-2.2.3 → progress_table-2.2.5}/progress_table/v0/progress_table.py +0 -0
- {progress-table-2.2.3 → progress_table-2.2.5}/progress_table/v0/symbols.py +0 -0
- {progress-table-2.2.3 → progress_table-2.2.5}/progress_table/v1/__init__.py +0 -0
- {progress-table-2.2.3 → progress_table-2.2.5}/progress_table/v1/common.py +0 -0
- {progress-table-2.2.3 → progress_table-2.2.5}/progress_table/v1/styles.py +0 -0
- {progress-table-2.2.3 → progress_table-2.2.5}/progress_table.egg-info/PKG-INFO.sync-conflict-20240314-015933-NXTV2IO +0 -0
- {progress-table-2.2.3 → progress_table-2.2.5}/progress_table.egg-info/SOURCES.txt +0 -0
- {progress-table-2.2.3 → progress_table-2.2.5}/progress_table.egg-info/dependency_links.txt +0 -0
- {progress-table-2.2.3 → progress_table-2.2.5}/progress_table.egg-info/requires.txt +0 -0
- {progress-table-2.2.3 → progress_table-2.2.5}/progress_table.egg-info/top_level.txt +0 -0
- {progress-table-2.2.3 → progress_table-2.2.5}/pyproject.toml +0 -0
- {progress-table-2.2.3 → progress_table-2.2.5}/setup.cfg +0 -0
- {progress-table-2.2.3 → progress_table-2.2.5}/setup.py +0 -0
- {progress-table-2.2.3 → progress_table-2.2.5}/tests/test_docs_automated.py +0 -0
- {progress-table-2.2.3 → progress_table-2.2.5}/tests/test_examples_automated.py +0 -0
|
@@ -422,7 +422,8 @@ class ProgressTableV1:
|
|
|
422
422
|
data_row_index = len(self._data_rows) - 1
|
|
423
423
|
|
|
424
424
|
# Color is applied to the existing row - not the new one!
|
|
425
|
-
row
|
|
425
|
+
# Existing colors applied by `update` get the priority over row color
|
|
426
|
+
row.COLORS = {**self._resolve_row_color_dict(color), **row.COLORS}
|
|
426
427
|
|
|
427
428
|
# Refreshing the existing row is necessary to apply colors
|
|
428
429
|
# Or - if row is empty, this will cause the first addition to display rows
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|