diff options
Diffstat (limited to 'helpcontent2/to-wiki/convall.py')
-rwxr-xr-x | helpcontent2/to-wiki/convall.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpcontent2/to-wiki/convall.py b/helpcontent2/to-wiki/convall.py index bb0483fed5..cc02822e0d 100755 --- a/helpcontent2/to-wiki/convall.py +++ b/helpcontent2/to-wiki/convall.py @@ -20,7 +20,7 @@ for title in titles: try: outfile = "wiki/"+title[1].strip() infile = title[0].strip() - command = "python wikiconv2.py "+infile+" > "+outfile + command = "python to-wiki/wikiconv2.py "+infile+" > "+outfile except: continue |