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.
2 parents 3615688 + 170e444 commit 776e7e6Copy full SHA for 776e7e6
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