Skip to content

[nemo-media-columns] Fix timeout logging NameError - #591

Open
alexsmolya wants to merge 1 commit into
linuxmint:masterfrom
alexsmolya:fix/nemo-media-columns-590
Open

[nemo-media-columns] Fix timeout logging NameError#591
alexsmolya wants to merge 1 commit into
linuxmint:masterfrom
alexsmolya:fix/nemo-media-columns-590

Conversation

@alexsmolya

Copy link
Copy Markdown

Fix the timeout handler in nemo-media-columns/update_cb. The handler referenced an undefined gfile variable and also used an unbound exception variable e. The format string contained one placeholder for two arguments. This patch binds stopit.utils.TimeoutException as e, logs the already resolved activation URI, includes the exception text with a matching second placeholder, and leaves normal media processing unchanged. Validation: Python syntax and compile check passed; package setup check passed; git diff --check passed; isolated timeout-path and normal-processing probe passed. Full Nemo/GI runtime validation was unavailable in the local environment. Fixes #590.

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

Successfully merging this pull request may close these issues.

[nemo-media-columns] Fix NameError: name 'gfile' is not defined in update_cb

1 participant