Skip to content

Commit

Permalink
fixed flake issue
Browse files Browse the repository at this point in the history
  • Loading branch information
scopatz committed Oct 7, 2019
1 parent f620630 commit 0d0eb75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda/activate.py
Original file line number Diff line number Diff line change
Expand Up @@ -931,7 +931,7 @@ def __init__(self, arguments=None):
# 'scripts' really refer to de/activation scripts, not scripts in the language per se
# xonsh can piggy-back activation scripts from other languages depending on the platform
import platform
if platform.system() == 'Windows':
if platform.system() == 'Windows':
self.script_extension = '.bat'
self.run_script_tmpl = 'source-cmd "%s"'
else:
Expand Down

0 comments on commit 0d0eb75

Please sign in to comment.