Skip to content

Commit 52e0f19

Browse files
committed
lint
1 parent 8818965 commit 52e0f19

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

+stdlib/+dotnet/get_owner.m

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
return
88
end
99

10+
% This is not yet possible with .NET on Unix, even with .NET 10.
11+
% It would require Pinvoke or external Mono.Unix
12+
1013
ntAccountType = System.Type.GetType('System.Security.Principal.NTAccount');
1114
if isempty(ntAccountType)
1215
error('NTAccount type not found. Ensure you are running on a Windows system with .NET support.');

+stdlib/get_owner.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
function n = get_owner(file, backend)
99
arguments
1010
file {mustBeTextScalar}
11-
backend (1,:) string = ["java", "dotnet", "python" "sys"]
11+
backend (1,:) string = ["java", "dotnet", "python", "sys"]
1212
end
1313

1414
fun = hbackend(backend, "get_owner");

0 commit comments

Comments
 (0)