Last analyzed 424cb2d 6 days ago
Default analysis branch is
Currently analyzing run
Unused variable found PYL-W0612
Anti-pattern
7 days ago3 months old
Unused variable 'err'
334				mkdir(path.join(prefix, "share/gochan/templates/override/"))
335		except shutil.SameFileError as err:
336			print(err)
337		except FileNotFoundError as err:338			if file == "html/js/":
339				print("Missing html/js directory, this must be built before installation by running python3 build.py js, or mkdir html/js if you don't want JavaScript")
340			else: