gochan-org / gochan

global statement detected PYL-W0603
Anti-pattern
Major
2 months ago2 years old
Using the global statement
180	global gochan_bin
181	global gochan_exe
182	global migration_bin
183	global migration_exe184
185	if goos != "":
186		os.environ["GOOS"] = goos
Using the global statement
179	global exe
180	global gochan_bin
181	global gochan_exe
182	global migration_bin183	global migration_exe
184
185	if goos != "":
Using the global statement
178	global gcos_name  # used for release, since macOS GOOS is "darwin"
179	global exe
180	global gochan_bin
181	global gochan_exe182	global migration_bin
183	global migration_exe
184
Using the global statement
177	global gcos
178	global gcos_name  # used for release, since macOS GOOS is "darwin"
179	global exe
180	global gochan_bin181	global gochan_exe
182	global migration_bin
183	global migration_exe
Using the global statement
176	""" Sets GOOS-related variables to be used globally"""
177	global gcos
178	global gcos_name  # used for release, since macOS GOOS is "darwin"
179	global exe180	global gochan_bin
181	global gochan_exe
182	global migration_bin