Pass along revision in dynamic code fetch (#21698)
This commit is contained in:
@@ -245,6 +245,7 @@ def get_cached_module_file(
|
|||||||
resume_download=resume_download,
|
resume_download=resume_download,
|
||||||
local_files_only=local_files_only,
|
local_files_only=local_files_only,
|
||||||
use_auth_token=use_auth_token,
|
use_auth_token=use_auth_token,
|
||||||
|
revision=revision,
|
||||||
)
|
)
|
||||||
|
|
||||||
except EnvironmentError:
|
except EnvironmentError:
|
||||||
|
|||||||
Reference in New Issue
Block a user