r2gg 2.2.5__py3-none-any.whl → 2.2.6__py3-none-any.whl

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.
r2gg/__about__.py CHANGED
@@ -34,7 +34,7 @@ __uri_repository__ = "https://github.com/IGNF/route-graph-generator/"
34
34
  __uri_tracker__ = f"{__uri_repository__}issues/"
35
35
  __uri__ = __uri_repository__
36
36
 
37
- __version__ = "2.2.5"
37
+ __version__ = "2.2.6"
38
38
  __version_info__ = tuple(
39
39
  [
40
40
  int(num) if num.isdigit() else num
@@ -33,9 +33,12 @@ def subprocess_execution(args, logger, outfile = None):
33
33
  process_output, _ = process.communicate()
34
34
  logger.info(process_output.decode("utf-8"))
35
35
 
36
- returncode = process.returncode
36
+ # Wait for process stop
37
+ while process.returncode is None:
38
+ process.wait()
39
+
37
40
  if process.returncode != 0:
38
- error_msg = f"Invalid returncode {returncode} for subprocess '{subprocess_arg}'"
41
+ error_msg = f"Invalid returncode {process.returncode} for subprocess '{subprocess_arg}'"
39
42
  logger.error(error_msg)
40
43
  raise RuntimeError(error_msg)
41
44
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: r2gg
3
- Version: 2.2.5
3
+ Version: 2.2.6
4
4
  Summary: Route Graph Generator (r2gg) est un script Python qui permet la génération de graphes pour des moteurs de calcul d'itinéraire
5
5
  Home-page: https://github.com/IGNF/route-graph-generator/
6
6
  Author: IGNF
@@ -1,4 +1,4 @@
1
- r2gg/__about__.py,sha256=Ite9kzvRtV8_PUbjmNiaJAw9qbF-UTbrnuJdaZbF3T4,1343
1
+ r2gg/__about__.py,sha256=PmNn5d2h_yhjEeobGjnxXMn_8g-rl5nW4m4CNGnaChw,1343
2
2
  r2gg/__init__.py,sha256=zERkbHrNMbNZleuOxsfA7afQExXxpP7-IWVP1IFzNNs,88
3
3
  r2gg/_configure.py,sha256=5kNElkBGKR2vmSBNTJtaLPuLNDIiNOsTIGnoA80qzKg,3914
4
4
  r2gg/_file_copier.py,sha256=NzDd6ZqxQsQ_EulXg6jZxECUMjlJ0VBtr40-c1Rde-w,578
@@ -12,12 +12,12 @@ r2gg/_pivot_to_osm.py,sha256=sE9q29-C_E5rgZsV7CmQIlG67tEMZRgt4yqUC9FeTGo,8202
12
12
  r2gg/_pivot_to_pgr.py,sha256=CWTWnzIWXUMFSneMa_qiEkhc1Bx2s_RxL7l-CWBR6GM,17226
13
13
  r2gg/_read_config.py,sha256=VQ6d6Oi1aKHwwURA3KrbpWHK0zP18aJ98XQJiHZb8oI,721
14
14
  r2gg/_sql_building.py,sha256=DefYIerZ0k_yltgJFaSzTXAZPSSUH7WAxN3d5FceoWw,840
15
- r2gg/_subprocess_execution.py,sha256=NcH3wTwaeOIWA4huSunhnp0qqCkpU6wbHV1w_xqj3C8,1533
15
+ r2gg/_subprocess_execution.py,sha256=ipsynsXohonN9YfmxX7DFTFCvJWsvrLDuA5Y-0QDUDM,1603
16
16
  r2gg/_valhalla_lua_builder.py,sha256=vNUnsu4yYQflnNv49-ElxrfIqa4b30vJP740ab7M7rY,13816
17
17
  r2gg/cli.py,sha256=2QM7pzvh-iz0kqNsPFtnDiCVAwn63o4GEQK4QwCcgSc,2894
18
- r2gg-2.2.5.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
19
- r2gg-2.2.5.dist-info/METADATA,sha256=_QAvaf9Q46IrVy9mFX7pEqcXg4jDAtlNsem5vi_PHZg,5013
20
- r2gg-2.2.5.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
21
- r2gg-2.2.5.dist-info/entry_points.txt,sha256=Km7XbbcVI9jy1TQI0raQfRyKdNGAUIwVkkBG5YeQP4k,275
22
- r2gg-2.2.5.dist-info/top_level.txt,sha256=fj9IaWXORCdMRcnWWZ7LmvOG4W_sVH8J4BUWf1pM37c,5
23
- r2gg-2.2.5.dist-info/RECORD,,
18
+ r2gg-2.2.6.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
19
+ r2gg-2.2.6.dist-info/METADATA,sha256=KwZ09B6hBv-oesbXvHt_eFum3sB0RdFT8ComGN8VND0,5013
20
+ r2gg-2.2.6.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
21
+ r2gg-2.2.6.dist-info/entry_points.txt,sha256=Km7XbbcVI9jy1TQI0raQfRyKdNGAUIwVkkBG5YeQP4k,275
22
+ r2gg-2.2.6.dist-info/top_level.txt,sha256=fj9IaWXORCdMRcnWWZ7LmvOG4W_sVH8J4BUWf1pM37c,5
23
+ r2gg-2.2.6.dist-info/RECORD,,
File without changes
File without changes