We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eafd0ca + 951522a commit 9631f3eCopy full SHA for 9631f3e
sdk/diffgram/label/label_new.py
@@ -36,6 +36,6 @@ def label_new(self,
36
self.get_label_file_dict()
37
38
if data["log"]["success"] == True:
39
- return
+ return data['label']
40
else:
41
raise Exception(data["log"]["error"])
0 commit comments