Skip to content

Commit

Permalink
#77 fix GitKraken merge typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Quan Le committed Jul 24, 2017
1 parent 0eddb25 commit 56adf09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gslab_scons/builders/build_tables.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ def build_tables(target, source, env):
try:
log_ext = '_%s' % env['log_ext']
except:
log_file = target_dir + ('/sconscript%s.log' % log_ext)
log_ext = ''
log_file = target_dir + ('/sconscript%s.log' % log_ext)

# Command call
output = tablefill(input = input_string,
Expand Down

0 comments on commit 56adf09

Please sign in to comment.