Skip to content

Commit

Permalink
Fix and operator
Browse files Browse the repository at this point in the history
  • Loading branch information
joseramonc authored Oct 7, 2020
1 parent 6faa914 commit 3a07f0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GitLink.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def run(self, edit, **args):
git_rev = self.getoutput("git rev-parse HEAD")

# Choose the view type we'll use
if('blame' in args && args['blame']):
if('blame' in args and args['blame']):
view_type = 'blame_url'
else:
view_type = 'url'
Expand Down

0 comments on commit 3a07f0d

Please sign in to comment.