Skip to content

Commit

Permalink
Fix wrong variable
Browse files Browse the repository at this point in the history
  • Loading branch information
dev7355608 committed Sep 16, 2017
1 parent 2c29849 commit 42dfea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ def test_gamma_ramp():
f.write('[{}]\n'.format(icm))
f.write('"GdiIcmGammaRange"=')

if gamma is None:
if gamma_range is None:
f.write('-')
else:
f.write('dword:{:08x}'.format(gamma_range))
Expand Down

0 comments on commit 42dfea2

Please sign in to comment.