Skip to content

Commit

Permalink
parentheses
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaohan-xue committed Oct 14, 2024
1 parent 12434d2 commit 4345207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ghstack/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def read_config(

write_back = False
if config_path is None:
config_path = str(get_path_from_env_var(GHSTACKRC_PATH_VAR) or (DEFAULT_GHSTACKRC_PATH))
config_path = str(get_path_from_env_var(GHSTACKRC_PATH_VAR) or DEFAULT_GHSTACKRC_PATH)
write_back = True

logging.debug(f"config_path = {config_path}")
Expand Down

0 comments on commit 4345207

Please sign in to comment.