Guest User

Untitled

a guest
May 23rd, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. try:
  2. build_config = open (build_config, "w")
  3. result = result.replace(" ",'n')
  4. build_config.write(result)
  5. except:
  6. sys.stderr.write ("Unable to open file '%s' for writingn" % build_config)
  7.  
  8. build_config.close()
Add Comment
Please, Sign In to add comment