forked from M-Labs/nix-scripts
python needs some consistency in default file modes...
This commit is contained in:
parent
89fcf26b17
commit
e160e83ca8
|
@ -10,4 +10,4 @@ drv = drv[len("/nix/store/"):]
|
|||
hydra_log = "/var/lib/hydra/build-logs/" + drv[:2] + "/" + drv[2:]
|
||||
|
||||
with open(hydra_log, "w") as f:
|
||||
f.write(b"hack successful")
|
||||
f.write("hack successful")
|
||||
|
|
Loading…
Reference in New Issue