Skip to content

Commit

Permalink
ls /dev/shm after init (at top of reco)
Browse files Browse the repository at this point in the history
  • Loading branch information
ric-evans committed Oct 2, 2023
1 parent 5238055 commit 75dfa3e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions skymap_scanner/client/reco_icetray.py
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,8 @@ def main() -> None:
)
logging_tools.log_argparse_args(args, logger=LOGGER, level="WARNING")

LOGGER.critical(f'/dev/shm: {os.listdir("/dev/shm")}')

# get PFrame
with open(args.in_pkl, "rb") as f:
msg = pickle.load(f)
Expand Down

0 comments on commit 75dfa3e

Please sign in to comment.