diff options
Diffstat (limited to 'SelectiveGenomeAmplificationUI')
-rwxr-xr-x | SelectiveGenomeAmplificationUI | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SelectiveGenomeAmplificationUI b/SelectiveGenomeAmplificationUI index b6a2fa6..9c5e1c6 100755 --- a/SelectiveGenomeAmplificationUI +++ b/SelectiveGenomeAmplificationUI @@ -82,7 +82,7 @@ def variables_to_string(variables): ret = ret + variable + "=\"" + variables[variable] + "\" " ret = ret + "foreground=\"" + foreground + "\" " - ret = ret + "background=\"" + foreground + "\" " + ret = ret + "background=\"" + background + "\" " return ret def run(variables_as_a_string): |