-
Notifications
You must be signed in to change notification settings - Fork 674
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
Server doesn't set version in config file after update #229
Labels
Comments
jcnelson
added a commit
that referenced
this issue
Jul 27, 2016
when generating the new config file (#229). However, don't add it if it was already present in the config file, or if the config file already exists (in which case, the appropriate action is to use the version given, or back up the old config file).
Thanks! Just pushed a fix to the code; it'll find its way into PyPI, APT, and brew in the next minor release. |
Pushed. |
obycode
added a commit
that referenced
this issue
Jan 2, 2024
obycode
added a commit
that referenced
this issue
Jan 2, 2024
cylewitruk
pushed a commit
that referenced
this issue
Feb 8, 2024
cylewitruk
pushed a commit
that referenced
this issue
Feb 8, 2024
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
After updating server, ini file is reported as old.
Delete old file, allow server to generate a new file.
Server generates new file, then returns that ini file is still old.
Cause: version not written to ini file: server_version =
Should write version to this field.
The text was updated successfully, but these errors were encountered: