We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb29c8f commit dfc4cc5Copy full SHA for dfc4cc5
GSASII/GSASIIctrlGUI.py
@@ -5970,10 +5970,7 @@ def OnCheckUpdates(self,event):
5970
'''
5971
if GSASIIpath.HowIsG2Installed().startswith('git'):
5972
# 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':
+ if GSASIIpath.getG2Branch() == 'master':
5977
gitSwitchMaster2Main()
5978
return
5979
gitCheckUpdates(self.frame)
0 commit comments