lint and style fix for archive state

This commit is contained in:
Thomas S Hatch 2013-11-21 13:36:16 -07:00
parent b4a33bd29b
commit 1bab01b225

View File

@ -9,7 +9,12 @@ import os
log = logging.getLogger(__name__)
def extracted(name, source, archive_format, tar_options=None, source_hash=None,
def extracted(name,
source,
archive_format,
tar_options=None,
source_hash=None,
if_missing=None):
'''
State that make sure an archive is extracted in a directory.