Conversation
Notices
-
yun-wuxin:[wisknort]:/usr/share/magicseteditor/data$ diff -q magic-blends.mse-include/include /magic-blends.mse-include/include
Files magic-blends.mse-include/include and /magic-blends.mse-include/include differ
>>> open('/magic-blends.mse-include/include').read()==open('/usr/share/magicseteditor/data/magic-blends.mse-include/include').read()
True
-
yun-wuxin:[wisknort]:/usr/share/magicseteditor/data$ ls -l magic-blends.mse-include/include
-rw-r--r-- 1 root root 474 Aug 13 19:18 magic-blends.mse-include/include
yun-wuxin:[wisknort]:/usr/share/magicseteditor/data$ ls -l /magic-blends.mse-include/include
-rw-r--r-- 1 root root 486 Aug 13 21:16 /magic-blends.mse-include/include
???????
Why is there a 12-byte difference?
They both use the exact same whitespace.
>>> open('/magic-blends.mse-include/include','rb').read()==open('/usr/share/magicseteditor/data/magic-blends.mse-include/include','rb').read()
False
What the fuck
-
>>> open('/magic-blends.mse-include/include','rb').read().decode('utf-8')==open('/magic-blends.mse-include/include').read()
False
>>> open('/usr/share/magicseteditor/data/magic-blends.mse-include/include','rb').read().decode('utf-8')==open('/usr/share/magicseteditor/data/magic-blends.mse-include/include').read()
True
🖕
-
2.0.0\r\nfull name:
2.0.0\nfull name:
RRRRRREEEEEEEEEEEEEEEEEEEEEEEEEEE
-
12 bytes difference in a 12-line file should have been a dead giveaway tbh
-
Good work and an appropriate use of python
-
@tyler I'm straight so whatever I use python for is an appropriate use of python.
-
I didn't know fags used it but I guess I should have known that already.
-
@tyler Yeah when they're not writing rust.
-
I don't want to have to merge these folders, the installer is meant to do that for me, but I think it's what put them in / to begin with.
So I tried moving out a folder that I thought would cause problems, one at a time, and neither did.
How frustrating.
Maybe I'll move them all out and see if it falls apart anywhere, and if not, I'll just leave them gone.