Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Zach van Rijn
Emily
Commits
44ad8bca
Verified
Commit
44ad8bca
authored
Sep 24, 2018
by
A. Wilcox
🦊
Browse files
Fix MR handling
parent
a9f3bc98
Changes
1
Hide whitespace changes
Inline
Side-by-side
emily/inp/gitlab.py
View file @
44ad8bca
...
...
@@ -49,7 +49,7 @@ class GitLab:
project
=
request
.
match_info
.
get
(
'grp'
,
'default'
)
+
'/'
+
\
request
.
match_info
.
get
(
'project'
)
yield
from
push
_event
.
call_async
(
project
,
push
_info
)
yield
from
merge
_event
.
call_async
(
project
,
merge
_info
)
return
True
else
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment