Browse Source

Remove whitespace.

master
poikilos 4 weeks ago
parent
commit
a7bbeb09de
  1. 1
      utilities/run-any

1
utilities/run-any

@ -57,6 +57,7 @@ except ModuleNotFoundError as ex:
" for clickable Lua traceback lines"
% REPOS_DIR, file=sys.stderr)
def echo0(*args):
print(*args, file=sys.stderr)
return True

Loading…
Cancel
Save