You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We observed this issue with @dmgav yesterday when we tried to debug multiruns issue on the latest master. It seems something is broken, either on the client side (likely), or on the library side (unlikely):
AttributeErrorTraceback (mostrecentcalllast)
/opt/conda_envs/collection-2020-1.0rc1/lib/python3.7/site-packages/IPython/core/shellapp.pyin_exec_file(self, fname, shell_futures)
338self.shell.user_ns,
339shell_futures=shell_futures,
-->340raise_exceptions=True)
341finally:
342sys.argv=save_argv/opt/conda_envs/collection-2020-1.0rc1/lib/python3.7/site-packages/IPython/core/interactiveshell.pyinsafe_execfile(self, fname, exit_ignore, raise_exceptions, shell_futures, *where)
2720py3compat.execfile(
2721fname, glob, loc,
->2722self.compileifshell_futureselseNone)
2723exceptSystemExitasstatus:
2724# If the call was made with 0 or None exit status (sys.exit(0)/opt/conda_envs/collection-2020-1.0rc1/lib/python3.7/site-packages/IPython/utils/py3compat.pyinexecfile(fname, glob, loc, compiler)
166withopen(fname, 'rb') asf:
167compiler=compilerorcompile-->168exec(compiler(f.read(), fname, 'exec'), glob, loc)
169170# Refactor print statements in doctests.~/.ipython/profile_collection/startup/00-startup.pyin<module>67frombluesky.logimportcurrent_handler---->8current_handler.setLevel('CRITICAL')
910# After the above call, you will now have the following in your namespace:AttributeError: 'NoneType'objecthasnoattribute'setLevel'
Should we just remove these lines as they have to be different now?
We observed this issue with @dmgav yesterday when we tried to debug multiruns issue on the latest master. It seems something is broken, either on the client side (likely), or on the library side (unlikely):
Should we just remove these lines as they have to be different now?
cc @danielballan @ke-zhang-rd @tacaswell
The text was updated successfully, but these errors were encountered: