Skip to content

Commit

Permalink
Merge pull request #43 from CleoQc/master
Browse files Browse the repository at this point in the history
Remove dependency on pi home folder
  • Loading branch information
CleoQc authored Jan 25, 2021
2 parents f892a9a + 0eb01ae commit d86cf46
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 d86cf46

Please sign in to comment.