mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-02-02 20:59:06 +08:00
MockModuleBuilder: fix a typo in a comment
This commit is contained in:
@@ -683,7 +683,7 @@ class MockModuleBuilder(GenericBuilder):
|
||||
self._save_log(resultsdir, "build.log", artifact_name)
|
||||
self._save_log(resultsdir, "status.log", artifact_name)
|
||||
|
||||
# Copy files from thread-related resultsdire to the main resultsdir.
|
||||
# Copy files from thread-related resultsdir to the main resultsdir.
|
||||
for name in os.listdir(resultsdir):
|
||||
os.rename(os.path.join(resultsdir, name), os.path.join(self.resultsdir, name))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user