mirror of https://github.com/KLayout/klayout.git
Fixed a typo, force update of unit tests on Jenkins.
This commit is contained in:
parent
3fb568671d
commit
98ecc9e47b
|
|
@ -119,7 +119,7 @@ void init (const std::vector<std::string> &_paths)
|
|||
const char *db_plugin_dir = "db_plugins";
|
||||
std::string pp = tl::combine_path (*p, db_plugin_dir);
|
||||
|
||||
tl::log << tl::sprintf (tl::to_string (tr ("Scanning '%s'' for plugins ..")), pp);
|
||||
tl::log << tl::sprintf (tl::to_string (tr ("Scanning '%s' for plugins ..")), pp);
|
||||
|
||||
std::vector<std::string> ee = tl::dir_entries (pp, true, false);
|
||||
|
||||
|
|
|
|||
|
|
@ -120,7 +120,7 @@ void init (const std::vector<std::string> &_paths)
|
|||
const char *lay_plugin_dir = "lay_plugins";
|
||||
std::string pp = tl::combine_path (*p, lay_plugin_dir);
|
||||
|
||||
tl::log << tl::sprintf (tl::to_string (tr ("Scanning '%s'' for plugins ..")), pp);
|
||||
tl::log << tl::sprintf (tl::to_string (tr ("Scanning '%s' for plugins ..")), pp);
|
||||
|
||||
std::vector<std::string> ee = tl::dir_entries (pp, true, false);
|
||||
|
||||
|
|
|
|||
|
|
@ -32,6 +32,7 @@
|
|||
#include <string>
|
||||
#include <vector>
|
||||
#include <sstream>
|
||||
|
||||
namespace tl {
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue