Project

General

Profile

« Previous | Next » 

Revision f1c2880c

Added by Jérôme Schneider almost 11 years ago

deploy: force umask to 0022

View differences:

wcsinst/wcsinstd/deploy.py
55 55

  
56 56
        z = zipfile.ZipFile(os.path.join(self.skel_dir, 'export.wcs'), 'r')
57 57

  
58
        os.umask(0022)
58 59
        for f in z.namelist():
59 60
            path = os.path.join(self.collectivity_install_dir, f)
60 61
            data = z.read(f)

Also available in: Unified diff