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

include oid_prefix in interlis text class export #207

Merged
merged 9 commits into from
Apr 18, 2024
Prev Previous commit
Next Next commit
alter warning
  • Loading branch information
cymed committed Apr 17, 2024
commit 3150330512849b52c3a36e12f1cd2aa3c1ef2a0a
Original file line number Diff line number Diff line change
Expand Up @@ -2407,8 +2407,8 @@ def get_oid_prefix(self, oid_table):
logger.warning(
f"Could not find an active entry in table\"{oid_table.__table__.schema}.{oid_table.__name__}\". \
Returning an empty string, which will lead to Interlis Errors. \
Set the value 'active' in table\"{oid_table.__table__.schema}.{oid_table.__name__}\" to \
'True' to avoid this issue."
Set the value that you want to use as prefix to 'active' in table\"{oid_table.__table__.schema}.{oid_table.__name__}\" \
to avoid this issue."
)
return ""

Expand Down
Loading