From f29f5d8500683c3ec8961d76da84d443e12a2d51 Mon Sep 17 00:00:00 2001 From: 4am Date: Mon, 21 Oct 2019 19:07:03 -0400 Subject: [PATCH] . --- res/notes/transitions/slowripple.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/notes/transitions/slowripple.py b/res/notes/transitions/slowripple.py index f80e95ac4..9bec57131 100755 --- a/res/notes/transitions/slowripple.py +++ b/res/notes/transitions/slowripple.py @@ -51,6 +51,6 @@ for i, j, k, l in zip(range(1680), range(1680,3360), range(3360,5040), range(504 ripple_vals.append(unique_vals[j]) ripple_vals.append(unique_vals[k]) ripple_vals.append(unique_vals[l]) -with open("../../../src/fx/fx.hgr.slow.ripple.data.a", "w") as f: +with open("../../../src/fx/fx.hgr.ripple.data.a", "w") as f: for aval, bval in ripple_vals: f.write(" !byte %s,%s\n" % (aval, bval))