Skip to content

Commit

Permalink
Update ceshgi.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Feller authored Mar 9, 2023
1 parent 444df96 commit d36a512
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions ceshgi.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
URLKEY = os.environ["URLKEY"]



os.mkdir("./output")
pt="./output"
id=''
Expand All @@ -36,7 +35,10 @@ def qiepian():
dizhi = datanames + "/" + dataname

anz=os.system('pip install --target=/opt/hostedtoolcache/Python/3.7.15/x64/lib/python3.7/site-packages filesplit')
val = os.system('python henin.py -c dizhi -s 240000')
minling="python henin.py -c "+dizhi+" -s 240000"
print("dizhi:"+dizhi)
val = os.system(minling)
print("切切割命令运行成功!")
# val = os.system('henin -m zh-cn_dc141532.iso')
print (val)
else:
Expand Down

0 comments on commit d36a512

Please sign in to comment.