We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a4908c commit 390867eCopy full SHA for 390867e
1 file changed
Mopy/bash/bosh/__init__.py
@@ -431,7 +431,7 @@ def snapshot_dir(self):
431
return self.getFileInfos().bash_dir.join(u'Snapshots')
432
433
#------------------------------------------------------------------------------
434
-reBashTags = re.compile(ur'{{ *BASH *:[^}]*}}\s*\n?',re.U)
+reBashTags = re.compile(u'{{ *BASH *:[^}]*}}\\s*\\n?',re.U)
435
436
class ModInfo(FileInfo):
437
"""An esp/m/l file."""
0 commit comments