Skip to content

Commit

Permalink
Derp
Browse files Browse the repository at this point in the history
  • Loading branch information
barneygale committed Dec 21, 2023
1 parent 461c759 commit f463e86
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Lib/pathlib/_abc.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,7 @@ class PurePathBase:
pathmod = os.path

def __init__(self, *args):
paths = [arg for arg in args if arg]
self._raw_paths = paths
self._raw_paths = [arg for arg in args if arg]
self._resolving = False

def with_segments(self, *pathsegments):
Expand Down

0 comments on commit f463e86

Please sign in to comment.