Skip to content

Commit

Permalink
Fix indentation using modified scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
lbartoletti committed Jan 15, 2018
1 parent f2a0c77 commit c41186c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/context_help_id.py
Expand Up @@ -40,7 +40,7 @@
hash.update(sys.argv[1])
# generate the context id by converting the first 12 characters of the hash
# to decimal
context_id = int(hash.hexdigest()[:12],16)
context_id = int(hash.hexdigest()[:12], 16)
# print the result
print context_id
else:
Expand Down

0 comments on commit c41186c

Please sign in to comment.