Skip to content

Commit 097dec3

Browse files
authored
Updated dockerfile.py
1 parent 328639b commit 097dec3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/packagedcode/dockerfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def is_datafile(cls, path):
2626
for pattern in patterns:
2727
if fnmatch.fnmatch(path, pattern):
2828
return True
29-
return False
29+
return False
3030

3131
@classmethod
3232
def parse(cls, location, package_only=False):

0 commit comments

Comments
 (0)