Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Pheenoh committed Apr 7, 2024
1 parent 6146a8f commit 5f69d52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manage-users.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,8 +267,8 @@ def manage_users(dry_run=False):
source_control_users = yaml.safe_load(stream)

rm_users = remove_ghidra_users(ghidra_server_users,source_control_users,dry_run)
update_users = update_ghidra_users(ghidra_server_users,source_control_users,dry_run)
add_users = add_ghidra_users(ghidra_server_users,source_control_users,dry_run)
update_users = update_ghidra_users(ghidra_server_users,source_control_users,dry_run)

if dry_run:
if rm_users > 0 or update_users > 0:
Expand Down

0 comments on commit 5f69d52

Please sign in to comment.