mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Invert debugging logic.
This commit is contained in:
parent
5c1fc92715
commit
60dabead8f
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -172,7 +172,7 @@ class CloudSdist(sdist):
|
|||
sdist.run(self)
|
||||
|
||||
def write_manifest(self):
|
||||
if IS_WINDOWS_PLATFORM is False:
|
||||
if IS_WINDOWS_PLATFORM:
|
||||
# Remove un-necessary scripts grabbed by MANIFEST.in
|
||||
for filename in self.filelist.files[:]:
|
||||
if filename in ('scripts/salt',
|
||||
|
|
Loading…
Add table
Reference in a new issue