Skip to content

Commit

Permalink
Fixed typecasting
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonMillward committed Oct 21, 2013
1 parent 60f0f1c commit 1824e3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compress.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def compress():
"""
compress temp docstring
"""
hb_nice = read_value('nice')
hb_nice = int(read_value('nice'))
hb_cli = read_value('com')
hb_out = read_value('temp_output')

Expand Down

0 comments on commit 1824e3d

Please sign in to comment.