mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Initialize logging in pkgbuild state
This commit is contained in:
parent
af0b2c4a33
commit
59f31b4dca
1 changed files with 3 additions and 0 deletions
|
@ -45,12 +45,15 @@ automatically
|
|||
# Import python libs
|
||||
from __future__ import absolute_import, print_function
|
||||
import errno
|
||||
import logging
|
||||
import os
|
||||
|
||||
# Import salt libs
|
||||
import salt.utils
|
||||
from salt.ext import six
|
||||
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
|
||||
def _get_missing_results(results, dest_dir):
|
||||
'''
|
||||
|
|
Loading…
Add table
Reference in a new issue