Skip to content

Commit dfc4cc5

Browse files
committed
set update to switch versions
1 parent cb29c8f commit dfc4cc5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

GSASII/GSASIIctrlGUI.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5970,10 +5970,7 @@ def OnCheckUpdates(self,event):
59705970
'''
59715971
if GSASIIpath.HowIsG2Installed().startswith('git'):
59725972
# Patch: switch from master to main
5973-
# if GSASIIpath.getG2Branch() == 'master':
5974-
# DEBUG code (TODO remove when ready to switch branches)
5975-
# for now testing by user toby in debug mode only
5976-
if GSASIIpath.GetConfigValue('debug') and GSASIIpath.getG2Branch() == 'master' and os.environ.get('USER','?') == 'toby':
5973+
if GSASIIpath.getG2Branch() == 'master':
59775974
gitSwitchMaster2Main()
59785975
return
59795976
gitCheckUpdates(self.frame)

0 commit comments

Comments
 (0)