diff options
Diffstat (limited to 'build_tools/bin')
-rwxr-xr-x | build_tools/bin/sync_profiles.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build_tools/bin/sync_profiles.py b/build_tools/bin/sync_profiles.py index 9b9200c..57f6410 100755 --- a/build_tools/bin/sync_profiles.py +++ b/build_tools/bin/sync_profiles.py @@ -1,6 +1,6 @@ #!/usr/bin/python2 import os -profiledir="/build_tools/larch7/larch0/profiles" +profiledir="/build_tools/larch8/larch0/profiles" def getProfileList(profileType): profilelist=[] dirlist=os.listdir(profiledir) |