Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

fix(nuke): build first workfile was not accepting jpeg sequences #34

Merged

Conversation

jakubjezek001
Copy link
Member

No description provided.

@jakubjezek001 jakubjezek001 self-assigned this Mar 26, 2020
@jakubjezek001 jakubjezek001 added the type: bug Something isn't working label Mar 26, 2020
Copy link

@hound hound bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some files could not be reviewed due to errors:

Traceback (most recent call last):
Traceback (most recent call last):
  File "/home/linters/.local/bin/flake8", line 11, in 
    sys.exit(main())
  File "/home/linters/.local/lib/python3.6/site-packages/flake8/main/cli.py", line 18, in main
    app.run(argv)
  File "/home/linters/.local/lib/python3.6/site-packages/flake8/main/application.py", line 393, in run
    self._run(argv)
  File "/home/linters/.local/lib/python3.6/site-packages/flake8/main/application.py", line 381, in _run
    self.run_checks()
  File "/home/linters/.local/lib/python3.6/site-packages/flake8/main/application.py", line 300, in run_checks
    self.file_checker_manager.run()
  File "/home/linters/.local/lib/python3.6/site-packages/flake8/checker.py", line 331, in run
    self.run_serial()
  File "/home/linters/.local/lib/python3.6/site-packages/flake8/checker.py", line 315, in run_serial
    checker.run_checks()
  File "/home/linters/.local/lib/python3.6/site-packages/flake8/checker.py", line 598, in run_checks
    self.run_ast_checks()
  File "/home/linters/.local/lib/python3.6/site-packages/flake8/checker.py", line 502, in run_ast_checks
    for (line_number, offset, text, check) in runner:
  File "/home/linters/.local/lib/python3.6/site-packages/flake8_django/checker.py", line 56, in run
    parser.visit(self.tree)
  File "/usr/lib/python3.6/ast.py", line 253, in visit
    return visitor(node)
  File "/usr/lib/python3.6/ast.py", line 261, in generic_visit
    self.visit(item)
  File "/home/linters/.local/lib/python3.6/site-packages/flake8_django/checker.py", line 39, in visit_ClassDef
    self.capture_issues_visitor('ClassDef', node)
  File "/home/linters/.local/lib/python3.6/site-packages/flake8_django/checker.py", line 33, in capture_issues_visitor
    self.generic_visit(node)
  File "/usr/lib/python3.6/ast.py", line 263, in generic_visit
    self.visit(value)
  File "/home/linters/.local/lib/python3.6/site-packages/flake8_django/checker.py", line 36, in visit_Call
    self.capture_issues_visitor('Call', node)
  File "/home/linters/.local/lib/python3.6/site-packages/flake8_django/checker.py", line 30, in capture_issues_visitor
    issues = checker.run(node)
  File "/home/linters/.local/lib/python3.6/site-packages/flake8_django/checkers/render.py", line 22, in run
    if isinstance(arg, ast.Call) and arg.func.id == 'locals':
AttributeError: 'Attribute' object has no attribute 'id'

@mkolar mkolar merged commit 55a917b into release/2.7.0 Mar 26, 2020
@mkolar mkolar deleted the hotfix/PYPE-780-loading-jpg-sequences-on-build branch May 13, 2020 21:03
mkolar added a commit that referenced this pull request Apr 5, 2021
Sharkitty pushed a commit to Sharkitty/OpenPype that referenced this pull request May 11, 2023
* Refactor: Drop outliner_entity for more universal system

* rewrite expose_container_content (ynput#34)

---------

Co-authored-by: kaa <kaalium@gmail.com>
Sharkitty pushed a commit to Sharkitty/OpenPype that referenced this pull request May 11, 2023
* fix already relative paths

* added OSError exception for make relative path

* refactor for loops in one

* fix not statement with filepath.startswith

* refactor list concat with itertools chain

---------

Co-authored-by: kaamaurice <kaalium@gmail.com>
Decnox pushed a commit to Decnox/OpenPype that referenced this pull request Jun 2, 2023
* Refactor: Drop outliner_entity for more universal system

* rewrite expose_container_content (ynput#34)

---------

Co-authored-by: kaa <kaalium@gmail.com>
Decnox pushed a commit to Decnox/OpenPype that referenced this pull request Jun 2, 2023
* fix already relative paths

* added OSError exception for make relative path

* refactor for loops in one

* fix not statement with filepath.startswith

* refactor list concat with itertools chain

---------

Co-authored-by: kaamaurice <kaalium@gmail.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants