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

Remove project name #264

Open
wants to merge 8 commits into
base: develop
Choose a base branch
from

Conversation

MariaRosariaFraraccio
Copy link
Contributor

No description provided.

@MariaRosariaFraraccio MariaRosariaFraraccio linked an issue Jun 19, 2023 that may be closed by this pull request
@MariaRosariaFraraccio MariaRosariaFraraccio marked this pull request as ready for review July 3, 2023 09:55
eddy/plugins/project-explorer/project_explorer.py Outdated Show resolved Hide resolved
Comment on lines +194 to +195
simpleName = self.getIRI(name).getSimpleName()
return simpleName if len(simpleName) > 0 else self.oldName
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sto notando che se si una un IRI dell'ontologia che termina con # o / questo metodo fallisce sempre (viene restituito l'oldName) e non si riesce a far aggiornare il nome in quanto getSimpleName() restituisce la stringa vuota su queste IRI. Sto cercando di capire se è un problema di getSimpleName o se possiamo fare qualcosa per evitarlo.

@mnamici mnamici mentioned this pull request Jul 5, 2023
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

Successfully merging this pull request may close these issues.

Remove obsolete project name from graphol file
2 participants