aboutsummaryrefslogtreecommitdiff
path: root/SelectiveGenomeAmplificationUI
diff options
context:
space:
mode:
Diffstat (limited to 'SelectiveGenomeAmplificationUI')
-rwxr-xr-xSelectiveGenomeAmplificationUI2
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):