Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
OldGrumpyViking committed Sep 30, 2022
1 parent 3ceabc5 commit 99e0dde
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion hatch_conda/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,4 +164,6 @@ def apply_env_vars(self):
if sys.platform == 'win32':
value_fixed = value_fixed.replace('%', '%%%%%%%%')
env_vars.append(f'{env_var}={value_fixed}')
self.platform.check_command(['conda', 'env', 'config', 'vars', 'set', '-n', self.conda_env_name, '--'] + env_vars)
self.platform.check_command(
['conda', 'env', 'config', 'vars', 'set', '-n', self.conda_env_name, '--'] + env_vars
)

0 comments on commit 99e0dde

Please sign in to comment.