mirror of
https://github.com/zulip/zulip.git
synced 2025-11-13 10:26:28 +00:00
Rename ~/.humbugrc to ~/.zuliprc.
(imported from commit a0d53dd20097a56971874dc1d84c6f95267e84f2)
This commit is contained in:
@@ -9,9 +9,9 @@ class Command(BaseCommand):
|
||||
help = """Reset all colors for a person to the default grey"""
|
||||
|
||||
def handle(self, *args, **options):
|
||||
config_file = os.path.join(os.environ["HOME"], ".humbugrc")
|
||||
config_file = os.path.join(os.environ["HOME"], ".zuliprc")
|
||||
if not os.path.exists(config_file):
|
||||
raise RuntimeError("No ~/.humbugrc found")
|
||||
raise RuntimeError("No ~/.zuliprc found")
|
||||
config = SafeConfigParser()
|
||||
with file(config_file, 'r') as f:
|
||||
config.readfp(f, config_file)
|
||||
|
||||
Reference in New Issue
Block a user