Skip to content

Commit

Permalink
Remove dependency on pi home folder
Browse files Browse the repository at this point in the history
  • Loading branch information
CleoQc committed Jan 25, 2021
1 parent 59aea4c commit 0eb01ae
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Scratch_GUI/Scratch_Start.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@
# ComboBoxes! http://wiki.wxpython.org/AnotherTutorial#wx.ComboBox
#

PIHOME="/home/pi"
#PIHOME="/home/pi"
# Remove dependency on hardcoded pi home folder
PIHOME=os.getenv("HOME")
DEXTER="Dexter"
SCRATCH="Scratch_GUI"
RFR_TOOLS="RFR_Tools"
Expand Down

0 comments on commit 0eb01ae

Please sign in to comment.