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
dom0
/srv/salt/update-xfce-settings
Updater completes with error message
Updater is suspiciously happy & launches app
We're comparing against the enum type in https://github.com/freedomofpress/securedrop-workstation/blob/main/launcher/sdw_updater_gui/Updater.py#L307-L336 but are recording the status as an integer here:
securedrop-workstation/launcher/sdw_updater_gui/UpdaterApp.py
Line 190 in e182525
We're correctly recording the status as an enum in the other assignments.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
STR
/srv/salt/update-xfce-settings
to exit 1 no matter whatExpected result
Updater completes with error message
Actual result
Updater is suspiciously happy & launches app
Why
We're comparing against the enum type in https://github.com/freedomofpress/securedrop-workstation/blob/main/launcher/sdw_updater_gui/Updater.py#L307-L336 but are recording the status as an integer here:
securedrop-workstation/launcher/sdw_updater_gui/UpdaterApp.py
Line 190 in e182525
We're correctly recording the status as an enum in the other assignments.
The text was updated successfully, but these errors were encountered: