Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tartley committed Jul 3, 2023
1 parent 3495d39 commit 8944d20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nikola/plugins/task/galleries.py
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,7 @@ def make_url(url):
img_list, dest_img_list, img_titles = [], [], []

def forward_slashes(path):
"""Given a path, convert directory separators to forward slash, on all platforms"""
"""Given a path, convert directory separators to forward slash, on all platforms."""
return str(pathlib.PurePosixPath(*os.path.split(path)))

items = []
Expand Down

0 comments on commit 8944d20

Please sign in to comment.