We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21a74fb commit 4afaad2Copy full SHA for 4afaad2
1 file changed
Mopy/bash/bosh.py
@@ -9204,7 +9204,7 @@ def save(self):
9204
"""Write data to Plugins.txt file."""
9205
self.selected.sort()
9206
out = self.path.open('w')
9207
- out.write(r'# This file is used to tell Fallout3 which data files to load.\n\n')
+ out.write('# This file is used to tell Fallout3 which data files to load.\n\n')
9208
for modName in self.selected:
9209
out.write(Encode(modName.s+'\n','mbcs'))
9210
out.close()
0 commit comments