On Fri Jan 31, 2025 at 1:44 PM CET, Fiona Ebner wrote: > Am 09.01.25 um 15:48 schrieb Max Carrara: > > + > > +sub fs_canonicalize : prototype($) { > > + my ($path) = @_; > > + > > + croak "\$path is undef" if !defined($path); > > + > > + my $canonicalized_path = Cwd::abs_path($path); > > + > > + croak "failed to canonicalize path: $!" if > > !defined($canonicalized_path); > > + > > + return $canonicalized_path; > > +} > > + > > Missing the 1; at the end of module
Woops, thanks for spotting this! Will correct that. _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel