更改enroll命名,添加了注释,向get_error_msg中添加了一些错误代码
This commit is contained in:
@@ -55,7 +55,7 @@ class BCPPCompiler(CCompiler) :
|
||||
dry_run=0,
|
||||
force=0):
|
||||
|
||||
super().__init__(verbose, dry_run, force)
|
||||
CCompiler.__init__ (self, verbose, dry_run, force)
|
||||
|
||||
# These executables are assumed to all be in the path.
|
||||
# Borland doesn't seem to use any special registry settings to
|
||||
|
||||
Reference in New Issue
Block a user