mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
fixed wrong renamed variable and spaces
This commit is contained in:
parent
92366e646c
commit
4fbc5ddd06
1 changed files with 2 additions and 2 deletions
|
@ -294,8 +294,8 @@ def gen_thin(cachedir, extra_mods='', overwrite=False, so_mods='',
|
|||
tempdir = None
|
||||
|
||||
# symlink for backports directory on old distributions
|
||||
tmpbackports = tempfile.mkdtemp(suffix='_backports_workaround',prefix='salt_')
|
||||
tmpbackports_symlink = os.path.join(WA,'symlink')
|
||||
tmpbackports = tempfile.mkdtemp(suffix='_backports_workaround', prefix='salt_')
|
||||
tmpbackports_symlink = os.path.join(tmpbackports, 'symlink')
|
||||
os.symlink('salt/ext', tmpbackports_symlink)
|
||||
tftp_deref_old = tfp.dereference
|
||||
tfp.dereference = False
|
||||
|
|
Loading…
Add table
Reference in a new issue