-
Notifications
You must be signed in to change notification settings - Fork 1
configs and saves' base paths are inconsistent #7
Comments
Wait I'm changing it to "./whatever" each time. Is everyone else doing the same? What works for everyone? |
For me and @yshin4 we can both run telemetrysc.py with the current filepaths which can be seen beginning at telemetry/scsui/graphs.py Line 18 "../whatever" is currently what works for us. I'll do some preliminary investigating to see what might be causing this. |
On a side note, we don't have to change anything. It was set to "../whatever". |
Changing the file paths in telemetry/scsui/graphs.py to "./whatever" does not work and also "/whatever" does not work. "../whatever" is the only one that does not crash. Also, system spec wise @yshin4 and I are both on Windows 10 64 bit just in case it's relevant. |
I think I'll try out a change in telemetry/scsui/graphs.py that might work out on Yutong's. |
Pushed a change to telemetry/scsui/graphs.py that should be more platform independent than was previously. @YutongGu should see if it fixes the error he was running into. |
if we can verify with everyone it's working, we can go ahead and close this? |
For example, yutong keeps changing the path "../config/voltage.cfg" and I keep having to changing it to "./config/voltage.cfg"
We can either
The text was updated successfully, but these errors were encountered: