Commit e3055871 by zhangjingdong

修改报告地址

parent 9f3fdcf3
# coding = utf-8 # coding = utf-8
...@@ -8,7 +8,7 @@ class PostmanApi: ...@@ -8,7 +8,7 @@ class PostmanApi:
def post(self): def post(self):
file = [] file = []
report_file = "/phantom/file/testreport" report_file = "/phantom/file/testreport/"
BASE_DIR = os.path.realpath(os.path.dirname(os.path.abspath(__file__))) BASE_DIR = os.path.realpath(os.path.dirname(os.path.abspath(__file__)))
path = os.listdir(BASE_DIR) path = os.listdir(BASE_DIR)
# print( path) # print( path)
...@@ -41,4 +41,4 @@ class PostmanApi: ...@@ -41,4 +41,4 @@ class PostmanApi:
if __name__ == '__main__': if __name__ == '__main__':
PostmanApi().post() PostmanApi().post()
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment