We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 183bc34 commit b33c472Copy full SHA for b33c472
dev/docker_data/run.py
@@ -739,7 +739,7 @@ def run_main():
739
False))
740
for config_file in (data_config_file, pipeline_config_file,
741
minimized_config):
742
- os.chmod(config_file, 0x444) # Make config files readonly
+ os.chmod(config_file, 0o444) # Make config files readonly
743
744
if len(sublogdirs) > 1:
745
# If more than one run is included in the given data config
0 commit comments