Exemple #1
0
 def check_project_path_access(self):
     """
     Check project path is full authority.
     """
     CommonTools.check_dir_access(self.project_path, 'full')
Exemple #2
0
 def _check_module_path_access(self):
     """
     Check module path is full authority.
     """
     CommonTools.check_dir_access(self.module_path, 'full')