np_station: Indentation Error in np_point_dimension #56749

Closed
opened 2018-09-11 01:14:03 +02:00 by Tianhao Chai · 3 comments

System Information
Unrelated

Blender Version
Broken: 2.80, blender commit rev 3319f80e034e9994826898c537722c6d664b35f5, blender-addons-contrib commit rev 8d095678c0b0466ab289185801d9dd0f4b55298f.

Short description of error

When precompiling python addon into bytecode:

Compiling './np_point_dimension.py'...
*** Sorry: IndentationError: expected an indented block (np_point_dimension.py, line 148)

Exact steps for others to reproduce the error

Go to 8d095678c0b0466ab289185801d9dd0f4b55298f, enter the np_station addon directory, and issue command python3 -m compileall np_point_dimension.py

Proposed patch

The patch is relative to blender-addons-contrib repo.

np_station_fix_indentation.diff

**System Information** Unrelated **Blender Version** Broken: 2.80, blender commit rev 3319f80e034e9994826898c537722c6d664b35f5, blender-addons-contrib commit rev 8d095678c0b0466ab289185801d9dd0f4b55298f. **Short description of error** When precompiling python addon into bytecode: ``` Compiling './np_point_dimension.py'... *** Sorry: IndentationError: expected an indented block (np_point_dimension.py, line 148) ``` **Exact steps for others to reproduce the error** Go to 8d095678c0b0466ab289185801d9dd0f4b55298f, enter the `np_station` addon directory, and issue command `python3 -m compileall np_point_dimension.py` **Proposed patch** The patch is relative to `blender-addons-contrib` repo. [np_station_fix_indentation.diff](https://archive.blender.org/developer/F4658149/np_station_fix_indentation.diff)
Author

Added subscriber: @cth451

Added subscriber: @cth451

This issue was referenced by blender/blender-addons-contrib@5c4210d5b7

This issue was referenced by blender/blender-addons-contrib@5c4210d5b78c61137c5f32e7deb7561177ac0894
Bastien Montagne self-assigned this 2018-09-12 16:17:42 +02:00

Changed status from 'Open' to: 'Resolved'

Changed status from 'Open' to: 'Resolved'
Sign in to join this conversation.
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender-addons#56749
No description provided.