projects
/
mdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b49de95
)
Removed fake if causing pull to fail
author
Frederic Massart
<fred@moodle.com>
Fri, 1 Mar 2013 01:25:51 +0000
(09:25 +0800)
committer
Fred
<fmcell@gmail.com>
Fri, 1 Mar 2013 11:31:33 +0000
(19:31 +0800)
moodle-pull.py
patch
|
blob
|
history
diff --git
a/moodle-pull.py
b/moodle-pull.py
index
4c29c16
..
803e0c3
100755
(executable)
--- a/
moodle-pull.py
+++ b/
moodle-pull.py
@@
-75,7
+75,7
@@
remoteUrl = issueInfo.get('named').get(C.get('tracker.fieldnames.repositoryurl')
remoteBranch = issueInfo.get('named').get(C.get('tracker.fieldnames.%s.branch' % (branch)))
patchesToApply = []
-if
True or
not remoteUrl or not remoteBranch:
+if not remoteUrl or not remoteBranch:
attachments = issueInfo.get('fields').get('attachment')
patches = {}
for attachment in attachments: