Skip to content

Commit 7963a5d

Browse files
Merge pull request #28 from maxim-uvarov/patch-4
Update extension of files for m to pq
2 parents cc66dfd + 605e5aa commit 7963a5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

getUdfContent.pq

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
(fnName as text) => let
22
Path = LoadPath & (if Text.End(LoadPath, 1) <> "\" then "\" else ""),
3-
File = Path & Text.Replace(fnName, "_", ".") & ".m",
3+
File = Path & Text.Replace(fnName, "_", ".") & ".pq",
44
AltFile = Path & fnName & ".m", //just in case...
55
Source = Text.FromBinary(Binary.Buffer(
66
try File.Contents(File)

0 commit comments

Comments
 (0)