We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The tool is only supposed to work on latest versions of QGEP/QWAT (1.5.6/1.3.6 respectively).
This should be documented.
Additionally, we should include a check before importing/exporting, throwing an error early if it doesn't match, to avoid unexpected/cryptic issues.
The text was updated successfully, but these errors were encountered:
Added docs both in readme and QGEP docs.
Leaving this open for future enhancement (checking version from the pum info table).
Sorry, something went wrong.
Use this function def _get_current_version(self): that is already implemented in the data model tool: https://github.com/QGEP/qgepplugin/blob/ba90cf3cdafa811ce76737cd9e5b69037c4e8e0e/qgepplugin/gui/qgepdatamodeldialog.py#L358
def _get_current_version(self):
fix #53: add a check for the datamodel version
6354e44
olivierdalang
No branches or pull requests
The tool is only supposed to work on latest versions of QGEP/QWAT (1.5.6/1.3.6 respectively).
This should be documented.
Additionally, we should include a check before importing/exporting, throwing an error early if it doesn't match, to avoid unexpected/cryptic issues.
The text was updated successfully, but these errors were encountered: