Skip to content

Commit 6fb044d

Browse files
committed
WiP to address a few old lint errors triggered by PR #359 but caused elsewhere.
1 parent 2f70f9c commit 6fb044d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

mig/shared/functionality/autocreate.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -828,3 +828,4 @@ def main(client_id, user_arguments_dict, environ=None):
828828
Please contact the %(short_title)s support (%(support_email)s) if you think it
829829
should be enabled.""" % fill_helper})
830830
return (output_objects, returnvalues.ERROR)
831+

mig/shared/mrslparser.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -396,3 +396,4 @@ def parse(
396396
# phew, we made it. Everything ok
397397

398398
return (True, '')
399+

0 commit comments

Comments
 (0)