Skip to content

Commit

Permalink
skip auth for --version
Browse files Browse the repository at this point in the history
  • Loading branch information
trizmark committed Jun 4, 2024
1 parent 6e99637 commit 31eb85f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymyenergi/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@


async def main(args):
# handle --version first; no need to authenticate for
# handle --version first; no need to authenticate for this
if args.version:
ROOT_DIR = os.path.dirname(os.path.abspath(__file__))
version_file = open(os.path.join(ROOT_DIR, "VERSION"))
Expand Down

0 comments on commit 31eb85f

Please sign in to comment.