Add missing whiteline

This commit is contained in:
Alexandru Bleotu 2017-02-02 10:23:22 +00:00
parent c7715acd53
commit b3bdd3b04a

View file

@ -1766,6 +1766,7 @@ def prepend_root_dir(opts, path_options):
# Prepending the root dir
opts[path_option] = salt.utils.path_join(root_dir, path)
def insert_system_path(opts, paths):
'''
Inserts path into python path taking into consideration 'root_dir' option.