kleinkram 0.0.118__py3-none-any.whl → 0.0.120__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/main.py CHANGED
@@ -241,7 +241,9 @@ def create_project(
241
241
  url = "/project/create"
242
242
  response = client.post(url, json={"name": name, "description": description, "requiredTags": []}) # TODO: Add required tags as option
243
243
  if response.status_code >= 400:
244
- print(f"Failed to create project: {response.json()["message"]}")
244
+ response_json = response.json()
245
+ response_text = response_json["message"]
246
+ print(f"Failed to create project: {response_text}")
245
247
  return
246
248
  print("Project created")
247
249
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: kleinkram
3
- Version: 0.0.118
3
+ Version: 0.0.120
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
@@ -2,9 +2,9 @@ kleinkram/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
2
  kleinkram/auth.py,sha256=s6Lek1vLRs2cXSwfGmEWuuzmszMhaTAJbh9icxWPSkQ,7628
3
3
  kleinkram/consts.py,sha256=8kCOeSdMqEyB89hT55w5yd1fksUwbj52a2nYkZTZI_0,88
4
4
  kleinkram/helper.py,sha256=mP6AohHWU8kckAi1Oevgs0gfGPH1Qzkp0f7jiQF9u5I,2198
5
- kleinkram/main.py,sha256=O1VOT8YFOc6YcyLhd723iOScvO1ILUG2LW1ggkUZVJY,18071
6
- kleinkram-0.0.118.dist-info/METADATA,sha256=8eKAgwE0t4W6ecNaQ4r3eOnzgbCa-6ArE_aetX_otHk,733
7
- kleinkram-0.0.118.dist-info/WHEEL,sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY,87
8
- kleinkram-0.0.118.dist-info/entry_points.txt,sha256=RHXtRzcreVHImatgjhQwZQ6GdJThElYjHEWcR1BPXUI,45
9
- kleinkram-0.0.118.dist-info/licenses/LICENSE,sha256=ixuiBLtpoK3iv89l7ylKkg9rs2GzF9ukPH7ynZYzK5s,35148
10
- kleinkram-0.0.118.dist-info/RECORD,,
5
+ kleinkram/main.py,sha256=ZdsQNAialiy_mTPL9TtfbMPiQvXfvLRo6jxZKOP79mI,18155
6
+ kleinkram-0.0.120.dist-info/METADATA,sha256=1QTLUIu4LAnc_fzTJriWBrAc4YxAV2BhRVJEhqlao0c,733
7
+ kleinkram-0.0.120.dist-info/WHEEL,sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY,87
8
+ kleinkram-0.0.120.dist-info/entry_points.txt,sha256=RHXtRzcreVHImatgjhQwZQ6GdJThElYjHEWcR1BPXUI,45
9
+ kleinkram-0.0.120.dist-info/licenses/LICENSE,sha256=ixuiBLtpoK3iv89l7ylKkg9rs2GzF9ukPH7ynZYzK5s,35148
10
+ kleinkram-0.0.120.dist-info/RECORD,,