Skip to content

Commit

Permalink
mconf: make print_aligned static
Browse files Browse the repository at this point in the history
  • Loading branch information
infirit committed Mar 4, 2018
1 parent 9d31c75 commit 9bafde9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mesonbuild/mconf.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ def save(self):
# are erased when Meson is executed the next time, i.e. when
# Ninja is run.

def print_aligned(self, arr):
@staticmethod
def print_aligned(arr):
def make_lower_case(val):
if isinstance(val, bool):
return str(val).lower()
Expand Down

0 comments on commit 9bafde9

Please sign in to comment.