kleinkram 0.0.114__py3-none-any.whl → 0.0.116__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.

Potentially problematic release.


This version of kleinkram might be problematic. Click here for more details.

kleinkram/auth.py CHANGED
@@ -164,5 +164,7 @@ def endpoint(endpoint: Annotated[str, typer.Argument()]):
164
164
 
165
165
  def setCliKey(key: Annotated[str, typer.Argument()]):
166
166
  tokenfile = TokenFile()
167
+ if not tokenfile.endpoint in tokenfile.tokens:
168
+ tokenfile.tokens[tokenfile.endpoint] = {}
167
169
  tokenfile.tokens[tokenfile.endpoint][CLI_KEY] = key
168
170
  tokenfile.writeToFile()
kleinkram/main.py CHANGED
@@ -424,7 +424,8 @@ def addTag(
424
424
  else:
425
425
  print(response.json())
426
426
  print("Failed to tag mission")
427
- except:
427
+ except httpx.HTTPError as e:
428
+ print(e)
428
429
  print("Failed to tag mission"
429
430
  )
430
431
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: kleinkram
3
- Version: 0.0.114
3
+ Version: 0.0.116
4
4
  Summary: A CLI for the ETH project kleinkram
5
5
  Project-URL: Homepage, https://github.com/leggedrobotics/kleinkram
6
6
  Project-URL: Issues, https://github.com/leggedrobotics/kleinkram/issues
@@ -0,0 +1,10 @@
1
+ kleinkram/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
+ kleinkram/auth.py,sha256=0pu0RQQrtTFoW07Rgni7FAMJS3e0BZ9Pz9QrFPsbfxg,5343
3
+ kleinkram/consts.py,sha256=8kCOeSdMqEyB89hT55w5yd1fksUwbj52a2nYkZTZI_0,88
4
+ kleinkram/helper.py,sha256=mP6AohHWU8kckAi1Oevgs0gfGPH1Qzkp0f7jiQF9u5I,2198
5
+ kleinkram/main.py,sha256=dS0gOy_KRqrzbX5xynROi6cnbDb_9Aww2ER4U4bpfU4,15106
6
+ kleinkram-0.0.116.dist-info/METADATA,sha256=ANiDjnZ0f-h4P6d6pUmUaeBDOroCDfojKMpDL_3d5Yk,733
7
+ kleinkram-0.0.116.dist-info/WHEEL,sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY,87
8
+ kleinkram-0.0.116.dist-info/entry_points.txt,sha256=RHXtRzcreVHImatgjhQwZQ6GdJThElYjHEWcR1BPXUI,45
9
+ kleinkram-0.0.116.dist-info/licenses/LICENSE,sha256=ixuiBLtpoK3iv89l7ylKkg9rs2GzF9ukPH7ynZYzK5s,35148
10
+ kleinkram-0.0.116.dist-info/RECORD,,
@@ -1,10 +0,0 @@
1
- kleinkram/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
- kleinkram/auth.py,sha256=IpAmvmjzDj_x6M3TNqcxNGGRn6LJaQS_Iay2MOWoJGs,5242
3
- kleinkram/consts.py,sha256=8kCOeSdMqEyB89hT55w5yd1fksUwbj52a2nYkZTZI_0,88
4
- kleinkram/helper.py,sha256=mP6AohHWU8kckAi1Oevgs0gfGPH1Qzkp0f7jiQF9u5I,2198
5
- kleinkram/main.py,sha256=7TKP6RPbhtQCydE4aQtGP0GbwoaOLr1A6iK1NXTZmXQ,15068
6
- kleinkram-0.0.114.dist-info/METADATA,sha256=XJ5EvSh72UWukdtV4flnEJJXPBu0faOM14IW20YxL7c,733
7
- kleinkram-0.0.114.dist-info/WHEEL,sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY,87
8
- kleinkram-0.0.114.dist-info/entry_points.txt,sha256=RHXtRzcreVHImatgjhQwZQ6GdJThElYjHEWcR1BPXUI,45
9
- kleinkram-0.0.114.dist-info/licenses/LICENSE,sha256=ixuiBLtpoK3iv89l7ylKkg9rs2GzF9ukPH7ynZYzK5s,35148
10
- kleinkram-0.0.114.dist-info/RECORD,,