Skip to content

Commit cf26eac

Browse files
committed
windows fix
1 parent 902e9db commit cf26eac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clastic/meta.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ def get_proc_info():
108108
'pgid': T.getpgrp(),
109109
'niceness': T.nice(0)},
110110
skip_exc=AttributeError)
111-
ret.update(unix_only_vals)
111+
ret.update(unix_only_vals or {})
112112

113113
ret['rusage'] = get_rusage_dict()
114114
ret['rlimit'] = get_rlimit_dict()

0 commit comments

Comments
 (0)