Skip to content

Commit

Permalink
[Fixed] Missing stop_flag initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
set-soft committed Sep 18, 2024
1 parent e7a8374 commit b5d4ae3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kibot/gs.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ class GS(object):
'm': 1000*IU_PER_MM, 'mil': IU_PER_MILS, 'inch': 1000*IU_PER_MILS,
'in': 1000*IU_PER_MILS}
ci_cd_detected = False
stop_flag = False
# Maximum recursive replace
MAXDEPTH = 20
#
Expand Down

0 comments on commit b5d4ae3

Please sign in to comment.