Skip to content

Commit

Permalink
windows fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mahmoud committed Apr 24, 2024
1 parent 902e9db commit cf26eac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clastic/meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def get_proc_info():
'pgid': T.getpgrp(),
'niceness': T.nice(0)},
skip_exc=AttributeError)
ret.update(unix_only_vals)
ret.update(unix_only_vals or {})

ret['rusage'] = get_rusage_dict()
ret['rlimit'] = get_rlimit_dict()
Expand Down

0 comments on commit cf26eac

Please sign in to comment.