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

AttributeError: 'TimesheetEntry' object has no attribute 'project_id' #51

Closed
jeanmonod opened this issue Sep 18, 2014 · 1 comment
Closed

Comments

@jeanmonod
Copy link
Contributor

On the current matser, I got this issue at commit:

[dj]/Users/dj/Sites/taxi|master>taxi ci --ignore-date-error
Pushing entries...

Traceback (most recent call last):
  File "/usr/local/bin/taxi", line 3, in <module>
    app.main()
  File "/Users/dj/Sites/taxi/taxi/app.py", line 178, in main
    app.run()
  File "/Users/dj/Sites/taxi/taxi/app.py", line 61, in run
    self.run_command(args[0], options.__dict__, command_args)
  File "/Users/dj/Sites/taxi/taxi/app.py", line 165, in run_command
    action.run()
  File "/Users/dj/Sites/taxi/taxi/commands.py", line 386, in run
    self._entry_pushed)
  File "/Users/dj/Sites/taxi/taxi/remote.py", line 102, in send_entries
    'project_id':   entry.project_id,
AttributeError: 'TimesheetEntry' object has no attribute 'project_id'
@jeanmonod
Copy link
Contributor Author

OK, I just learn that master is not a stable branch. So let's close this one...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant