Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

problem with making data table #2220

Open
nmgrluser opened this issue Jul 20, 2023 · 0 comments
Open

problem with making data table #2220

nmgrluser opened this issue Jul 20, 2023 · 0 comments
Labels

Comments

@nmgrluser
Copy link
Contributor

active branch=dev/dr

active analyses=68048-01A,68048-01B,68048-02A,68048-02B,68048-03A,68048-03B,68048-04,68048-05,68048-06,68048-07,68048-08,68048-09,68048-10,68048-11,68048-12,68048-13,68048-14,68048-15

description=""

Traceback

Traceback (most recent call last):
  File "/Users/argonlab2/miniconda2/envs/pychron3/lib/python3.7/site-packages/pyface/ui/qt4/action/action_item.py", line 371, in _qt4_on_triggered
    self.controller.perform(action, action_event)
  File "/Users/argonlab2/miniconda2/envs/pychron3/lib/python3.7/site-packages/pyface/tasks/action/task_action_controller.py", line 31, in perform
    return action.perform(event)
  File "/Users/argonlab2/miniconda2/envs/pychron3/lib/python3.7/site-packages/pyface/action/listening_action.py", line 74, in perform
    method()
  File "/Users/argonlab2/.pychron.1/updates/pychron/pipeline/tasks/task.py", line 463, in resume
    self._resume_pipeline()
  File "/Users/argonlab2/.pychron.1/updates/pychron/pipeline/tasks/task.py", line 680, in _resume_pipeline
    self._run("resume pipeline", "resume_pipeline")
  File "/Users/argonlab2/.pychron.1/updates/pychron/pipeline/tasks/task.py", line 662, in _run
    if not getattr(self.engine, func)():
  File "/Users/argonlab2/.pychron.1/updates/pychron/pipeline/engine.py", line 766, in resume_pipeline
    return self.run_pipeline(state=self.state)
  File "/Users/argonlab2/.pychron.1/updates/pychron/pipeline/engine.py", line 864, in run_pipeline
    if not node.pre_run(state, configure=configure):
  File "/Users/argonlab2/.pychron.1/updates/pychron/pipeline/nodes/base.py", line 109, in pre_run
    if self.configure(refresh=False, pre_run=True):
  File "/Users/argonlab2/.pychron.1/updates/pychron/pipeline/nodes/persist.py", line 376, in configure
    self.options.selected_options.overwrite = False
AttributeError: 'NoneType' object has no attribute 'overwrite'

@nmgrluser nmgrluser added the Bug label Jul 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant