Fix initial shard dev

ryzomclassic-develop
kaetemi 3 years ago
parent 10fc562e07
commit b594606862
No known key found for this signature in database
GPG Key ID: 9873C4D40BB479BC

@ -109,7 +109,8 @@ else:
mkPath(log, PatchmanDevDirectory)
cwDir = os.getcwd().replace("\\", "/")
os.chdir(PatchmanDevDirectory)
os.remove("log.log")
if os.path.isfile("log.log"):
os.remove("log.log")
subprocess.call([ PatchmanService, "-C.", "-L." ])
if os.path.isfile("log.log"):
f = open("log.log", "r")

Loading…
Cancel
Save