mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-19 10:51:34 +08:00
Fix several 'to to' redundant word typos.
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
<p>
|
||||
<b
|
||||
><a class="export-link" href="#" @click.prevent="regenerateExport"
|
||||
>Click here to to generate a new archive for this history.</a
|
||||
>Click here to generate a new archive for this history.</a
|
||||
></b
|
||||
>
|
||||
</p>
|
||||
|
||||
@@ -5520,7 +5520,7 @@ Examples are included in the test tools directory including:
|
||||
<xs:extension base="xs:string">
|
||||
<xs:attribute name="interpreter" type="xs:string">
|
||||
<xs:annotation>
|
||||
<xs:documentation xml:lang="en"><![CDATA[*Deprecated*. This will prefix the version command with the value of this attribute (e.g. ``python`` or ``perl``) and the tool directory, in order to to run an executable file shipped with the tool. It is recommended to instead use ``<interpreter> '$__tool_directory__/<executable_name>'`` in the tag content. If this attribute is not specified, the tag should contain a Bash command calling executable(s) available in the ``$PATH``, as modified after loading the requirements.]]></xs:documentation>
|
||||
<xs:documentation xml:lang="en"><![CDATA[*Deprecated*. This will prefix the version command with the value of this attribute (e.g. ``python`` or ``perl``) and the tool directory, in order to run an executable file shipped with the tool. It is recommended to instead use ``<interpreter> '$__tool_directory__/<executable_name>'`` in the tag content. If this attribute is not specified, the tag should contain a Bash command calling executable(s) available in the ``$PATH``, as modified after loading the requirements.]]></xs:documentation>
|
||||
</xs:annotation>
|
||||
</xs:attribute>
|
||||
</xs:extension>
|
||||
|
||||
@@ -456,8 +456,8 @@ class GalaxyWebTransaction(base.DefaultWebTransaction, context.ProvidesHistoryCo
|
||||
# We'll end up creating a new galaxy_session
|
||||
session_key = None
|
||||
# If remote user is in use it can invalidate the session and in some
|
||||
# cases won't have a cookie set above, so we need to to check some
|
||||
# things now.
|
||||
# cases won't have a cookie set above, so we need to check some things
|
||||
# now.
|
||||
if self.app.config.use_remote_user:
|
||||
remote_user_email = self.environ.get(self.app.config.remote_user_header, None)
|
||||
if galaxy_session:
|
||||
|
||||
+1
-1
@@ -298,7 +298,7 @@ function perform_stable_merge() {
|
||||
log_exec git merge -m "Merge branch 'release_${RELEASE_CURR}' into '${STABLE_BRANCH}'" "__release_${RELEASE_CURR}"
|
||||
PUSH_BRANCHES+=("__stable:${STABLE_BRANCH}")
|
||||
else
|
||||
log "Release '${RELEASE_CURR}' < stable branch release '${stable}', skipping merge to to '${STABLE_BRANCH}'"
|
||||
log "Release '${RELEASE_CURR}' < stable branch release '${stable}', skipping merge to '${STABLE_BRANCH}'"
|
||||
fi
|
||||
git checkout "$branch_curr"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user