Skip to content

Commit

Permalink
Merge pull request #28 from maxim-uvarov/patch-4
Browse files Browse the repository at this point in the history
Update extension of files for m to pq
  • Loading branch information
KiaraGrouwstra authored Apr 12, 2018
2 parents cc66dfd + 605e5aa commit 7963a5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion getUdfContent.pq
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(fnName as text) => let
Path = LoadPath & (if Text.End(LoadPath, 1) <> "\" then "\" else ""),
File = Path & Text.Replace(fnName, "_", ".") & ".m",
File = Path & Text.Replace(fnName, "_", ".") & ".pq",
AltFile = Path & fnName & ".m", //just in case...
Source = Text.FromBinary(Binary.Buffer(
try File.Contents(File)
Expand Down

0 comments on commit 7963a5d

Please sign in to comment.