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
true
Following condition never evaluates to true it seems.
JBOPS/utility/sync_watch_status.py
Lines 529 to 530 in c308506
Updating it as follows fixes the issue for me.
if server.friendlyName == serverFrom: same_server = True
https://github.com/blacktwin/JBOPS/blob/master/utility/sync_watch_status.py
For a given userTo, if the value of serverTo is same as serverFrom then same_server should evaluate to true.
userTo
serverTo
serverFrom
same_server
The text was updated successfully, but these errors were encountered:
Makes sense. Would you mind making a PR for this?
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Describe the bug
Following condition never evaluates to true it seems.
JBOPS/utility/sync_watch_status.py
Lines 529 to 530 in c308506
Updating it as follows fixes the issue for me.
Link to script with bug/issue
https://github.com/blacktwin/JBOPS/blob/master/utility/sync_watch_status.py
Expected behavior
For a given
userTo
, if the value ofserverTo
is same asserverFrom
thensame_server
should evaluate to true.Desktop:
The text was updated successfully, but these errors were encountered: