Guest User

Untitled

a guest
Jul 18th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. subprocess.call([sys.executable, pathRepozo, "-BvzQ", "-r", curBackDir, "-f", pathFS], stderr=open(backDir + logName, "w"), stdout=open(backDir + logName, "w"))
  2.  
  3. to:
  4.  
  5. subprocess.call([sys.executable, pathRepozo, "-BvzQ", "-r", curBackDir, "-f", pathFS], sys.stderr, sys.stdout)
Add Comment
Please, Sign In to add comment