Skip to content

Commit

Permalink
pyosmium-get-changes: fix variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
lonvia committed Aug 12, 2018
1 parent 07edcc8 commit 9a3fddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/pyosmium-get-changes
Expand Up @@ -166,7 +166,7 @@ if __name__ == '__main__':
needs to begiven."""))
exit(1)

with open(opt.start_file, 'r') as f:
with open(options.start_file, 'r') as f:
seq = f.readline()
options.start = ReplicationStart_from_id(seq)

Expand Down

0 comments on commit 9a3fddc

Please sign in to comment.