mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-24 16:30:27 +08:00
fix some small bugs
This commit is contained in:
@@ -20,6 +20,7 @@ try:
|
||||
from pygithub3 import Github
|
||||
except ImportError:
|
||||
Github = None
|
||||
print(Github)
|
||||
from six import string_types
|
||||
from six.moves.urllib.parse import urljoin
|
||||
|
||||
@@ -41,7 +42,7 @@ DEVTEAM = [
|
||||
"VJalili"
|
||||
]
|
||||
|
||||
TEMPLATE = """
|
||||
TEMPLATE = string.Template("""
|
||||
.. to_doc
|
||||
|
||||
${release}
|
||||
@@ -76,7 +77,7 @@ Fixes
|
||||
|
||||
.. include:: ${release}_prs.rst
|
||||
|
||||
"""
|
||||
""")
|
||||
|
||||
ANNOUNCE_TEMPLATE = string.Template("""
|
||||
===========================================================
|
||||
|
||||
Reference in New Issue
Block a user