Skip to content

Commit

Permalink
Remove comment for adding validation checks for project and move to a…
Browse files Browse the repository at this point in the history
…nother issue
  • Loading branch information
abhaasgoyal committed Jan 29, 2024
1 parent 09bdbb2 commit 8253e6d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion benchcab/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ def read_optional_key(config: dict):
"""
if "project" not in config:
if "PROJECT" not in os.environ:
# TODO: test case/functionality for validation of an existing group
msg = """Couldn't resolve project: check 'project' in config.yaml
and/or $PROJECT set in ~/.config/gadi-login.conf
"""
Expand Down

0 comments on commit 8253e6d

Please sign in to comment.