Browse Source

开启打印

liuyuqi-dellpc 5 years ago
parent
commit
f55227ae78
1 changed files with 1 additions and 1 deletions
  1. 1 1
      shell/tar.py

+ 1 - 1
shell/tar.py

@@ -25,8 +25,8 @@ for path in os.listdir(rootPath):
         if count % size == 0:
         if count % size == 0:
             shellStr = "tar -zcf /ossfs/crawl-mrdx/mrdx%s.tar.gz" % (
             shellStr = "tar -zcf /ossfs/crawl-mrdx/mrdx%s.tar.gz" % (
                 count2) + currentDir
                 count2) + currentDir
+            print(shellStr)
             os.system(shellStr)
             os.system(shellStr)
-            # print(shellStr)
             currentDir=""
             currentDir=""
             count2 = count2 + 1
             count2 = count2 + 1
         count = count + 1
         count = count + 1