mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Lint: Fix syntax error from bad merge-conflict resolution
This commit is contained in:
parent
25f03ae425
commit
295e302fcf
1 changed files with 1 additions and 1 deletions
|
@ -342,7 +342,7 @@ class PipStateTest(ModuleCase, SaltReturnAssertsMixin):
|
|||
|
||||
# pip install using a requirements file
|
||||
req_filename = os.path.join(
|
||||
RUNTIME_VARS.TMP_STATE_TREE, 'issue-6912-requirements.txt')
|
||||
RUNTIME_VARS.TMP_STATE_TREE, 'issue-6912-requirements.txt'
|
||||
)
|
||||
with salt.utils.files.fopen(req_filename, 'wb') as reqf:
|
||||
reqf.write(b'pep8\n')
|
||||
|
|
Loading…
Add table
Reference in a new issue