We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 328639b commit 097dec3Copy full SHA for 097dec3
src/packagedcode/dockerfile.py
@@ -26,7 +26,7 @@ def is_datafile(cls, path):
26
for pattern in patterns:
27
if fnmatch.fnmatch(path, pattern):
28
return True
29
- return False
+ return False
30
31
@classmethod
32
def parse(cls, location, package_only=False):
0 commit comments