Skip to content
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

request sent out in json string #103

Open
YufengXin opened this issue Jul 1, 2022 · 0 comments
Open

request sent out in json string #103

YufengXin opened this issue Jul 1, 2022 · 0 comments
Assignees

Comments

@YufengXin
Copy link
Contributor

(1) There is a typo in the Template ERD, that’s where the extra single quote in front of the ‘fixenode1’ comes from. As a result, all the ERD copied from the templates carry the same extra ‘. As you see, the name is just a string. Please go to the portal to fix it.

I guess, some code can be added to forbid the special letters in the names, etc.

(2) The portal actually parses the ERD json (validation of the format and further process, etc) and write the results to a string to attach to the email.
So for now, you should directly convert this string to a dict in your script.

We can change this in the portal to attach the json string in the email. (I’ll wait and let Michael to redeploy the portal).

YufengXin added a commit that referenced this issue Jul 11, 2022
…experiments/experiments.py. 2. getting rid of an exception: default email when no Display Name from Cilogon,usercomms/usercomms.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants