aboutsummaryrefslogtreecommitdiffstats
path: root/Web/PI/test2.py
diff options
context:
space:
mode:
authorRaspberry Pi <raspberrypi@umn.edu>2019-11-21 16:15:35 -0600
committerRaspberry Pi <raspberrypi@umn.edu>2019-11-21 16:15:35 -0600
commit85b09cd608f0c0a4c7e7c84555f8d053d324e64c (patch)
tree15ea472af07615c756e53582958e54ae37ff8b2b /Web/PI/test2.py
parentRework directory structure. Modify result file printing to match requirements... (diff)
parentrequirements (diff)
downloadee4511w-85b09cd608f0c0a4c7e7c84555f8d053d324e64c.tar
ee4511w-85b09cd608f0c0a4c7e7c84555f8d053d324e64c.tar.gz
ee4511w-85b09cd608f0c0a4c7e7c84555f8d053d324e64c.tar.bz2
ee4511w-85b09cd608f0c0a4c7e7c84555f8d053d324e64c.tar.lz
ee4511w-85b09cd608f0c0a4c7e7c84555f8d053d324e64c.tar.xz
ee4511w-85b09cd608f0c0a4c7e7c84555f8d053d324e64c.tar.zst
ee4511w-85b09cd608f0c0a4c7e7c84555f8d053d324e64c.zip
Merge branch 'master' of https://github.umn.edu/damic014/ee4950-inverted-pendulum
Diffstat (limited to '')
-rw-r--r--Web/PI/test2.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/Web/PI/test2.py b/Web/PI/test2.py
new file mode 100644
index 0000000..a5eb806
--- /dev/null
+++ b/Web/PI/test2.py
@@ -0,0 +1,7 @@
+import subprocess
+import os
+
+subprocess.call(["python", "Uploads/upload.py"])
+print("end of script")
+
+os.remove("Uploads/upload.py") \ No newline at end of file