Skip to content

Commit

Permalink
Update loadmlibrary.py
Browse files Browse the repository at this point in the history
  • Loading branch information
maureeungaro authored Jun 24, 2020
1 parent 564e94d commit eda50bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion loadmlibrary.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def loadmlibrary(env) :
check_if_dir_exist('MLIBRARY')

## includes
mincs = ['options', 'translationTable', 'splash', 'gruns', 'textProgressBar', 'gstring', 'frequencySyncSignal', 'qtButtonsWidget', 'gdynamic', , 'gvolume', 'g4volume', 'g4display', 'gmedia']
mincs = ['options', 'translationTable', 'splash', 'gruns', 'textProgressBar', 'gstring', 'frequencySyncSignal', 'qtButtonsWidget', 'gdynamic', 'gvolume', 'g4volume', 'g4display', 'gmedia']
mincludes = []
for minc in mincs:
thisInc = MLIBRARY + '/' + minc
Expand Down

0 comments on commit eda50bb

Please sign in to comment.