OpenSemanticLab / osw-python

GNU Affero General Public License v3.0
3 stars 2 forks source link

improve osw.core.OSW.store_entity to also be aplicable for file pages #24

Open LukasGold opened 1 year ago

LukasGold commented 1 year ago

File pages can also be entities, but store entity does not account for suffixes like .png At the moment this has to be worked around with page.edit() from wtsite.WtPage(title="sometitle_with.suffix")