Skip to content

Commit

Permalink
Fix KB-H010 by using double quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
lieser authored and reneme committed Oct 23, 2023
1 parent 3dc5b6c commit 23ac255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/botan/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ def validate(self):
raise ConanInvalidConfiguration("botan:single_amalgamation=True requires botan:amalgamation=True")

def source(self):
get(self, **self.conan_data['sources'][self.version], strip_root=True)
get(self, **self.conan_data["sources"][self.version], strip_root=True)

def generate(self):
if is_msvc(self):
Expand Down

0 comments on commit 23ac255

Please sign in to comment.