otlmow-template 0.11rc3__tar.gz → 0.11rc4__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.2
2
2
  Name: otlmow_template
3
- Version: 0.11rc3
3
+ Version: 0.11rc4
4
4
  Author-email: David Vlaminck <david.vlaminck@mow.vlaanderen.be>, Jasper Berton <jasperberton1@telenet.be>
5
5
  License: GNU GENERAL PUBLIC LICENSE
6
6
  Version 3, 29 June 2007
@@ -258,7 +258,7 @@ class SubsetTemplateCreator:
258
258
  await sleep(0)
259
259
  if cell.value is None or not cell.value.startswith('assetVersie'):
260
260
  continue
261
- for rows in sheet.iter_rows(min_row=row, max_row=row, min_col=2, max_col=1000):
261
+ for rows in sheet.iter_rows(min_col=cell.column, max_col=cell.column, min_row=2, max_row=1000):
262
262
  for c in rows:
263
263
  await sleep(0)
264
264
  c.value = ''
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: otlmow_template
3
- Version: 0.11rc3
3
+ Version: 0.11rc4
4
4
  Author-email: David Vlaminck <david.vlaminck@mow.vlaanderen.be>, Jasper Berton <jasperberton1@telenet.be>
5
5
  License: GNU GENERAL PUBLIC LICENSE
6
6
  Version 3, 29 June 2007
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "otlmow_template"
7
- version = "0.11-rc3"
7
+ version = "0.11-rc4"
8
8
  authors = [{name = "David Vlaminck", email = "david.vlaminck@mow.vlaanderen.be"},
9
9
  {name = "Jasper Berton", email = "jasperberton1@telenet.be"},]
10
10
  readme = "README.md"