Module:AocUtils: Difference between revisions

fix?
imported>Leoetlino
(fix?)
imported>Leoetlino
(fix?)
Line 55: Line 55:
function pack.get_aoc_canonical_path(frame)
function pack.get_aoc_canonical_path(frame)
   local path = frame.args.path
   local path = frame.args.path
   if not path then
   if path == nil then
   return "(unknown)"
   return "(unknown)"
   end
   end
Anonymous user