ominfra 0.0.0.dev91__py3-none-any.whl → 0.0.0.dev92__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
@@ -307,7 +307,7 @@ def _main() -> None:
307
307
  if not args.real:
308
308
  config = dc.replace(config, journalctl_cmd=[
309
309
  sys.executable,
310
- os.path.join(os.path.dirname(__file__), 'journald', 'genmessages.py'),
310
+ os.path.join(os.path.dirname(__file__), '..', '..', '..', 'journald', 'genmessages.py'),
311
311
  '--sleep-n', '2',
312
312
  '--sleep-s', '.5',
313
313
  *(['--message', args.message] if args.message else []),
@@ -2546,7 +2546,7 @@ def _main() -> None:
2546
2546
  if not args.real:
2547
2547
  config = dc.replace(config, journalctl_cmd=[
2548
2548
  sys.executable,
2549
- os.path.join(os.path.dirname(__file__), 'journald', 'genmessages.py'),
2549
+ os.path.join(os.path.dirname(__file__), '..', '..', '..', 'journald', 'genmessages.py'),
2550
2550
  '--sleep-n', '2',
2551
2551
  '--sleep-s', '.5',
2552
2552
  *(['--message', args.message] if args.message else []),