aboutsummaryrefslogtreecommitdiff
path: root/presets/scripts/parse.py
diff options
context:
space:
mode:
authoromagdy <omar.professional8777@gmail.com>2025-08-06 01:50:35 +0300
committeromagdy <omar.professional8777@gmail.com>2025-08-06 01:50:35 +0300
commit0e926ab37973b7cd1c4e24690f4715fbb226f03c (patch)
tree617beaf62f1cd64087d2d71436ca4b16203f89b3 /presets/scripts/parse.py
parent0688270d3a4afbadb6ceebb339dfdc314d1c71ac (diff)
downloadgof-rs-master.tar.xz
gof-rs-master.zip
stuff I guessHEADmaster
Diffstat (limited to 'presets/scripts/parse.py')
-rwxr-xr-xpresets/scripts/parse.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/presets/scripts/parse.py b/presets/scripts/parse.py
index fb06bce..51d0eb8 100755
--- a/presets/scripts/parse.py
+++ b/presets/scripts/parse.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python3
-with open("/home/pengu/test/rust-dev/gof-rs/presets/patterns-striped.txt", "r") as file:
+with open("/home/omar/programming/rust-dev/gof-rs/presets/patterns-striped.txt", "r") as file:
with open("./new.txt", "w") as newfile:
cnt = 0
for line in file.readlines():