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

[FIX] base: do not crash if rtlcss.cmd is not found #27926

Closed
wants to merge 1 commit into from

Conversation

nim-odoo
Copy link
Contributor

Description of the issue/feature this PR addresses:

Current behavior before PR:

Desired behavior after PR is merged:

--
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr

@nim-odoo nim-odoo self-assigned this Oct 18, 2018
@nim-odoo nim-odoo added the OE the report is linked to a support ticket (opw-...) label Oct 18, 2018
@nim-odoo nim-odoo requested a review from d-fence October 18, 2018 08:16
rtlcss = misc.find_in_path('rtlcss.cmd')
try:
rtlcss = misc.find_in_path('rtlcss.cmd')
except IOError:
Copy link
Contributor

Choose a reason for hiding this comment

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

Shouldn't we put a warning to give an hint to the user ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It will still actually display the warning 'You need https://rtlcss.com/ to convert...'

@robodoo robodoo added the CI 🤖 Robodoo has seen passing statuses label Oct 18, 2018
@d-fence
Copy link
Contributor

d-fence commented Oct 18, 2018

robodoo r+

robodoo pushed a commit that referenced this pull request Oct 18, 2018
@robodoo
Copy link
Contributor

robodoo commented Oct 18, 2018

Merged, thanks!

@robodoo robodoo closed this Oct 18, 2018
@nim-odoo nim-odoo deleted the 12.0-opw-1892952-rtlcss2-nim branch October 18, 2018 13:45
robodoo pushed a commit that referenced this pull request Sep 4, 2023
Changes in default can be bothersome, embed a full baseline
configuration for reliability.

closes #27926

Signed-off-by: Pierre Masereel <pim@odoo.com>
robodoo pushed a commit that referenced this pull request Sep 4, 2023
Changes in default can be bothersome, embed a full baseline
configuration for reliability.

closes #27926

Signed-off-by: Pierre Masereel <pim@odoo.com>
robodoo pushed a commit that referenced this pull request Sep 4, 2023
Changes in default can be bothersome, embed a full baseline
configuration for reliability.

closes #27926

Signed-off-by: Pierre Masereel <pim@odoo.com>
robodoo pushed a commit that referenced this pull request Sep 4, 2023
Changes in default can be bothersome, embed a full baseline
configuration for reliability.

closes #27926

Signed-off-by: Pierre Masereel <pim@odoo.com>
robodoo pushed a commit that referenced this pull request Sep 4, 2023
Changes in default can be bothersome, embed a full baseline
configuration for reliability.

closes #27926

Signed-off-by: Pierre Masereel <pim@odoo.com>
robodoo pushed a commit that referenced this pull request Sep 4, 2023
Changes in default can be bothersome, embed a full baseline
configuration for reliability.

closes #27926

Signed-off-by: Pierre Masereel <pim@odoo.com>
robodoo pushed a commit that referenced this pull request Sep 4, 2023
Changes in default can be bothersome, embed a full baseline
configuration for reliability.

closes #27926

Signed-off-by: Pierre Masereel <pim@odoo.com>
robodoo pushed a commit that referenced this pull request Sep 4, 2023
Changes in default can be bothersome, embed a full baseline
configuration for reliability.

closes #27926

Signed-off-by: Pierre Masereel <pim@odoo.com>
robodoo pushed a commit that referenced this pull request Sep 4, 2023
Changes in default can be bothersome, embed a full baseline
configuration for reliability.

closes #27926

Signed-off-by: Pierre Masereel <pim@odoo.com>
gamarino pushed a commit to numaes/numa-public-odoo that referenced this pull request Sep 23, 2023
Changes in default can be bothersome, embed a full baseline
configuration for reliability.

closes odoo/odoo#27926

Signed-off-by: Pierre Masereel <pim@odoo.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI 🤖 Robodoo has seen passing statuses OE the report is linked to a support ticket (opw-...)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants