Skip to content

Commit 772510d

Browse files
Update build.py
Ensure that build with args has the settings file available
1 parent 420feba commit 772510d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.py

+1
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ def build(self, opts=[]):
7272

7373
class SummitBuildWithArgs(SummitBuild):
7474
def run(self, *args, **kwargs):
75+
self.SUMMIT_SETTINGS = sublime.load_settings('SummitEditor.sublime-settings')
7576
try:
7677
self.build_path = self.window.project_data()['build_path']
7778
except KeyError:

0 commit comments

Comments
 (0)