Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
Co-Authored-By: Adam Wierzbicki <awierzbicki@golem.network>
  • Loading branch information
maaktweluit and Wiezzel authored Jul 3, 2019
1 parent 6339ef5 commit c59a158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion golem/envs/docker/cpu.py
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@ def _validate_config(cls, config: DockerCPUConfig) -> None:
raise ValueError(f"Invalid working directory: '{work_dir}'")
# Check for duplicates, not allowed
if config.work_dirs.count(work_dir) > 1:
raise ValueError(f"Duplucate working directory: '{work_dir}'")
raise ValueError(f"Duplicate working directory: '{work_dir}'")
# Check for parents, not allowed
for check_dir in config.work_dirs:
if check_dir == work_dir:
Expand Down

0 comments on commit c59a158

Please # to comment.