aboutsummaryrefslogtreecommitdiff
path: root/wqflask
diff options
context:
space:
mode:
authorDannyArends2015-03-19 23:36:36 +0100
committerDannyArends2015-03-19 23:36:36 +0100
commitdb76dce79c56ca28df864977aecbe35d99fb0c0d (patch)
tree8e2e7ec72bf6fde19b6041de01e86630d7331a91 /wqflask
parent7edf81a51a8ef6e6a05bcff07907c153a270ae66 (diff)
downloadgenenetwork2-db76dce79c56ca28df864977aecbe35d99fb0c0d.tar.gz
Print for testing
Diffstat (limited to 'wqflask')
-rwxr-xr-xwqflask/wqflask/views.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/wqflask/views.py b/wqflask/wqflask/views.py
index dea47701..16c44729 100755
--- a/wqflask/wqflask/views.py
+++ b/wqflask/wqflask/views.py
@@ -290,7 +290,7 @@ def marker_regression_page():
'mapmethod',
'mapmodel'
)
-
+ print("Random Print too see if it is running")
start_vars = {}
for key, value in initial_start_vars.iteritems():
if key in wanted or key.startswith(('value:')):