Skip to content

Commit 7956bcc

Browse files
committed
appease the Hound
1 parent 4e907ca commit 7956bcc

File tree

1 file changed

+2
-2
lines changed
  • easybuild/framework/easyconfig/format

1 file changed

+2
-2
lines changed

easybuild/framework/easyconfig/format/one.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -350,8 +350,8 @@ def extract_comments(self, rawtxt):
350350

351351
parsed_ec = self.get_config_dict()
352352

353-
param_def_regex = re.compile('^([a-z__0-9]+)\s*=')
354-
whitespace_regex = re.compile('^\s*$')
353+
param_def_regex = re.compile(r'^([a-z__0-9]+)\s*=')
354+
whitespace_regex = re.compile(r'^\s*$')
355355

356356
def clean_part(part):
357357
"""Helper function to strip off trailing whitespace + trailing quotes."""

0 commit comments

Comments
 (0)