Skip to content

Commit

Permalink
chore: fix default value name
Browse files Browse the repository at this point in the history
  • Loading branch information
401U committed Dec 22, 2023
1 parent 8022877 commit d37d0da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mount/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def display(self, server_path: str):

def get_config_text(config_key: str):
config_value = self.__getattribute__(config_key)
config_value_str = ""
config_value_str = config_value
suggested_value = config_value
if config_value in ['', None, '.']:
config_value_str = rtr('config.empty')
Expand Down

0 comments on commit d37d0da

Please sign in to comment.