Skip to content

Commit

Permalink
[trial_1] fix the brokenpipeerror (queue)
Browse files Browse the repository at this point in the history
  • Loading branch information
wanqqq31 committed Oct 1, 2024
1 parent 505b308 commit 0eb59e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pfs_target_uploader/widgets/PppResultWidgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,8 @@ def run_ppp(
obj_allo_M_fin,

Check warning

Code scanning / Pylint (reported by Codacy)

Variable name "obj_allo_M_fin" doesn't conform to snake_case naming style Warning

Variable name "obj_allo_M_fin" doesn't conform to snake_case naming style

Check warning

Code scanning / Pylintpython3 (reported by Codacy)

Variable name "obj_allo_M_fin" doesn't conform to snake_case naming style Warning

Variable name "obj_allo_M_fin" doesn't conform to snake_case naming style
self.status_,
) = ppp_run_results.get()

Check warning

Code scanning / Pylint (reported by Codacy)

Trailing whitespace Warning

Trailing whitespace

Check warning

Code scanning / Pylintpython3 (reported by Codacy)

Trailing whitespace Warning

Trailing whitespace
ppp_run_results.close()

Check warning

Code scanning / Pylint (reported by Codacy)

Instance of 'Queue' has no 'close' member Warning

Instance of 'Queue' has no 'close' member

Check warning

Code scanning / Pylintpython3 (reported by Codacy)

Instance of 'Queue' has no 'close' member Warning

Instance of 'Queue' has no 'close' member

(
self.nppc,
Expand Down

0 comments on commit 0eb59e2

Please sign in to comment.