-
Notifications
You must be signed in to change notification settings - Fork 1
[data-graph] Fix pid error #379
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
|
||
| # if pid == "" and data["value"] != []: | ||
| # pid = data[[x for x in list(data.keys()) if x.startswith("PID")][0]][5:] | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✨ polish: Dead code
We should remove unused code
| # if pid == "" and data["value"] != []: | |
| # pid = data[[x for x in list(data.keys()) if x.startswith("PID")][0]][5:] |
| post.summary = Récupération du résultat sous format xml/gexf et png, dans un tar.gz. Pour utiliser le fichier gexf, assurez-vous de changer l'extension en `.gexf`. | ||
| post.description = Récupération du résultat sous format xml/gexf et png, dans un tar.gz. Pour utiliser le fichier gexf, assurez-vous de changer l'extension en `.gexf`. | ||
| post.tags.0 = data-graph | ||
| post.tags.0 = retrieves |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👏 praise: Good idea
| # Use it to test: | ||
| # npx hurl --test data-computer/tests.hurl |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✨ polish: Remove duplicate part
| # Use it to test: | |
| # npx hurl --test data-computer/tests.hurl |
No description provided.