dve-lumipy-testing 1.0.403__py3-none-any.whl → 1.0.404__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dve-lumipy-testing
3
- Version: 1.0.403
3
+ Version: 1.0.404
4
4
  Summary: Python library for Luminesce
5
5
  Author: FINBOURNE Technology
6
6
  Author-email: engineering@finbourne.com
@@ -6,7 +6,7 @@ lumipy/query_job.py,sha256=f13vvK1n4czNNg0Jxq8ACrVHdZ20bRQi2rAV_HlfKBA,5395
6
6
  lumipy/cli/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
7
  lumipy/cli/app.py,sha256=ngi58roWxSRwkFPt0DXt5lgec_fRP_NinvIBVX7N-3o,950
8
8
  lumipy/cli/commands/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
9
- lumipy/cli/commands/config.py,sha256=slSLat8Gk9tI6yGl1ClQGfenAoTgwwxGTZw1JznmwEQ,1874
9
+ lumipy/cli/commands/config.py,sha256=8bsXQviJfgzwPjaPuA9aRrNZpcJmH-Lv6tPgT315y0o,1873
10
10
  lumipy/cli/commands/query.py,sha256=IK-3v2C7HLz8uDZIQegCbqRZfw4PGoqv0m-CuMLQSMM,1762
11
11
  lumipy/cli/commands/run.py,sha256=q_mQwPdeRliRG4rCuDcK6GG8M-cwwZpHGGPAaGQRFvg,4995
12
12
  lumipy/cli/commands/setup.py,sha256=cdB0SFubk4qV2g2xLI5trNz1JVIfkXmTbFuk6t2TtGw,1761
@@ -379,8 +379,8 @@ lumipy/test/unit/provider_tests/test_provider_factory.py,sha256=ICHlEiYS-GvKFoI5
379
379
  lumipy/test/unit/provider_tests/test_provider_manager.py,sha256=-TT-3ZGpDsFKMz4efWIy7TGAUVtZ2gTDa67DiorIioc,13456
380
380
  lumipy/test/unit/queryjob_tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
381
381
  lumipy/test/unit/queryjob_tests/test_queryjob.py,sha256=1UE4-VuIkAE6vo0vogq3p2iXtTukiAPxOt5Uankx7c4,1542
382
- dve_lumipy_testing-1.0.403.dist-info/METADATA,sha256=gm2P94-BBFqiL_5147j-KowWeEd9ZtgeKom7Q5_IqEs,14822
383
- dve_lumipy_testing-1.0.403.dist-info/WHEEL,sha256=0CuiUZ_p9E4cD6NyLD6UG80LBXYyiSYZOKDm5lp32xk,91
384
- dve_lumipy_testing-1.0.403.dist-info/entry_points.txt,sha256=L7hRlqwmvzHMwaOQzygKLK-gx4k4e1q4Qz5m0DGihW8,46
385
- dve_lumipy_testing-1.0.403.dist-info/top_level.txt,sha256=DVww8LaQM3Xm0WOgo4JE0epePgCM1xGWWWxh7wuv-CY,7
386
- dve_lumipy_testing-1.0.403.dist-info/RECORD,,
382
+ dve_lumipy_testing-1.0.404.dist-info/METADATA,sha256=LmHKRYJdNvW5pRb_ECK0QS8L9NHpycFEuxcYzGlclN8,14822
383
+ dve_lumipy_testing-1.0.404.dist-info/WHEEL,sha256=0CuiUZ_p9E4cD6NyLD6UG80LBXYyiSYZOKDm5lp32xk,91
384
+ dve_lumipy_testing-1.0.404.dist-info/entry_points.txt,sha256=L7hRlqwmvzHMwaOQzygKLK-gx4k4e1q4Qz5m0DGihW8,46
385
+ dve_lumipy_testing-1.0.404.dist-info/top_level.txt,sha256=DVww8LaQM3Xm0WOgo4JE0epePgCM1xGWWWxh7wuv-CY,7
386
+ dve_lumipy_testing-1.0.404.dist-info/RECORD,,
@@ -19,7 +19,7 @@ def main(action, domain, token, overwrite):
19
19
  elif action == 'delete':
20
20
  lm.config.delete(domain)
21
21
  elif action == 'set':
22
- lm.config.set(domain);
22
+ lm.config.set(domain)
23
23
  elif action == 'deactivate':
24
24
  lm.config.deactivate()
25
25
  else: