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 7a4fa6e commit 71c081fCopy full SHA for 71c081f
.github/workflows/smoke_test.yml
@@ -7,7 +7,7 @@ on:
7
- master
8
# branches: ['develop']
9
pull_request:
10
- branches: ['develop']
+ branches: ['main']
11
12
# Allows you to run this workflow manually from the Actions tab
13
workflow_dispatch:
GSASII/GSASIIpath.py
@@ -1238,7 +1238,7 @@ def LoadConfig(printInfo=True):
1238
'''
1239
def XferConfigIni():
1240
'''copy the contents of the config.py file to file ~/.GSASII/config.ini.
1241
- This "patch code" used for master->develop transition and can eventually
+ This "patch code" used for master->main transition and can eventually
1242
be removed.
1243
1244
import types
0 commit comments