fixed indentation and print errors
This commit is contained in:
@@ -8,4 +8,5 @@ dirpath = os.getcwd()
|
||||
foldername = os.path.dirname(os.path.realpath(__file__))
|
||||
|
||||
all_files = list_all_files(foldername)
|
||||
|
||||
__all__ = all_files
|
||||
|
||||
@@ -3,7 +3,7 @@ if you have root or IAM access gather user info, manipulate access keys or passw
|
||||
'''
|
||||
from libs.iam import *
|
||||
from libs.sts import *
|
||||
from config import AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY
|
||||
#from config import AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY
|
||||
|
||||
|
||||
def step_cg_test():
|
||||
|
||||
Reference in New Issue
Block a user