Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Nfsaavedra committed Apr 22, 2024
1 parent 133965a commit 3870178
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions glitch/parsers/ansible.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ def create_variable(
value = ""
v = Variable(name, value, has_variable)
v.line = token.start_mark.line + 1
v.column = token.start_mark.column + 1
if value == None:
v.code = AnsibleParser._get_code(token, token, code)
else:
Expand Down

0 comments on commit 3870178

Please sign in to comment.