Skip to content

Commit

Permalink
Simiple assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
nafraf committed Nov 15, 2024
1 parent 5827ce5 commit 5118880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RLTest/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@ def __init__(self):
Defaults.enable_debug_command = True if self.args.allow_unsafe else self.args.enable_debug_command
Defaults.enable_protected_configs = True if self.args.allow_unsafe else self.args.enable_protected_configs
Defaults.enable_module_command = True if self.args.allow_unsafe else self.args.enable_module_command
Defaults.redis_config_file = self.args.redis_config_file if self.args.redis_config_file else None
Defaults.redis_config_file = self.args.redis_config_file

if Defaults.use_unix and Defaults.use_slaves:
raise Exception('Cannot use unix sockets with slaves')
Expand Down

0 comments on commit 5118880

Please sign in to comment.