summaryrefslogtreecommitdiffstats
path: root/qtip.py
diff options
context:
space:
mode:
Diffstat (limited to 'qtip.py')
-rw-r--r--qtip.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/qtip.py b/qtip.py
index c540d700..0844ff12 100644
--- a/qtip.py
+++ b/qtip.py
@@ -18,7 +18,7 @@ def main():
os.system('cd data/ref_results && python compute_suite.py')
os.system('cd data/ref_results && python storage_suite.py')
os.system('cd data/ref_results && python network_suite.py')
- os.system('cd data/report && python Qtip_Report.py')
+# os.system('cd data/report && python Qtip_Report.py')
if __name__ == "__main__":
main()