-
Notifications
You must be signed in to change notification settings - Fork 16
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
Fix typo of URL of sbol data model specification #425
Fix typo of URL of sbol data model specification #425
Conversation
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.
Please remove the changes to .gitignore
, or explain why they are necessary.
.gitignore
Outdated
@@ -6,3 +6,4 @@ build/ | |||
dist/ | |||
# Emacs backup files | |||
*~ | |||
test/SBOLTestSuite |
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.
Why is this being ignored? Is this part of the URL change? I don't think this is right.
This is a good catch, thanks for updating the URL. The sbolstandard web site was migrated last year and the URL must have changed as part of that migration. You are correct that the URL should be updated in |
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.
Please revert .gitignore
since there are no changes other than whitespace.
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.
Please revert .gitignore
since there are no changes other than whitespace. You'll know you have reverted it properly when it no longer appears in this pull request.
.vscode folder was created automatically when I run unittest for specific branch. I found that this folder was unnecessary, so I have deleted it and removed from gitignore file
Finally reverted the file Now, the .gitignore file in my branch is the same as the one on the main |
Inside
constant.py
file the URL of SBOL data model specification is not correct.I am not sure if it is better to change the URL itself to look like the one written in file or change the one in file for now until next update.
currently this make the URL inside the file send the user to SBOL data model specification website.
fixes #424