Skip to content

Commit

Permalink
check paths
Browse files Browse the repository at this point in the history
  • Loading branch information
hmpf committed Nov 21, 2023
1 parent a53d4d4 commit 50f4cee
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion python/nav/bin/pping.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@
import argparse
import logging

print('PYTHONPATH=', ':'.join(sys.path))
ppath = 'PYTHONPATH=' + ':'.join(sys.path)
print(ppath)
assert False, ppath

import nav.daemon
from nav import buildconf
Expand Down

0 comments on commit 50f4cee

Please sign in to comment.