FreeBSD Bugzilla – Attachment 197080 Details for
Bug 227836
sysutils/py-salt : update to 2018.3.0_2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Temp. fix for PY36 (should be available upstream in 2018.3.3)
patch_salt2018_3_2 (text/plain), 568 bytes, created by
Sven Ruediger
on 2018-09-13 21:19:15 UTC
(
hide
)
Description:
Temp. fix for PY36 (should be available upstream in 2018.3.3)
Filename:
MIME Type:
Creator:
Sven Ruediger
Created:
2018-09-13 21:19:15 UTC
Size:
568 bytes
patch
obsolete
>--- loader.py 2018-09-13 23:14:30.744622000 +0200 >+++ loader.py.new 2018-09-13 23:15:32.681315000 +0200 >@@ -1240,7 +1240,7 @@ > try: > pycache_files = [ > os.path.join('__pycache__', x) for x in >- sorted(os.listdir(os.path.join(mod_dir, '__pycache__'))) >+ sorted(os.listdir(os.path.join(mod_dir, '__pycache__'))) if not x.endswith('opt-1.pyc') and not x.endswith('opt-2.pyc') > ] > except OSError: > pass
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 227836
:
192890
|
192891
|
192892
| 197080