progress-table 3.3.0__tar.gz → 3.3.1__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: progress-table
3
- Version: 3.3.0
3
+ Version: 3.3.1
4
4
  Summary: Display progress as a pretty table in the command line.
5
5
  Project-URL: Home, https://github.com/gahaalt/progress-table
6
6
  Project-URL: Documentation, https://github.com/sjmikler/progress-table/blob/main/docs
@@ -10,7 +10,7 @@ Supported features:
10
10
  """
11
11
 
12
12
  __license__ = "MIT"
13
- __version__ = "3.3.0"
13
+ __version__ = "3.3.1"
14
14
  __author__ = "Szymon Mikler"
15
15
 
16
16
  from progress_table.progress_table import ProgressTable, styles
@@ -312,8 +312,8 @@ class ProgressTable:
312
312
 
313
313
  if auto_detected:
314
314
  logger.warning(
315
- f"Automatically deduced `interactive` as {self.interactive} for compatibility."
316
- " Set `interactive` explicitly to hide the warning."
315
+ f"Automatically set `interactive` to {self.interactive} for compatibility."
316
+ " Set `interactive` explicitly to hide this warning."
317
317
  )
318
318
  assert self.interactive in (2, 1, 0)
319
319
 
File without changes