diff options
author | Dávid Vastag <davewwpublic@gmail.com> | 2013-02-06 19:10:25 +0100 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2013-02-06 22:22:45 +0100 |
commit | ba8241b6b1ddd1db8f597152b440c947a8702cd6 (patch) | |
tree | fa360ba6d622088e6604f954e30b9df4fabd16a4 /help-to-wiki.py | |
parent | 46d83d5e6cc036c9ec5cad7d3d0d285d6b04dc33 (diff) |
More error detecting capability has been added to the help-to-wiki tool
Change-Id: I0581e808fe9fd53c4a5b9c77139d71f006c4b507
Diffstat (limited to 'help-to-wiki.py')
-rwxr-xr-x | help-to-wiki.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/help-to-wiki.py b/help-to-wiki.py index 5a7df27868..0ee17ba677 100755 --- a/help-to-wiki.py +++ b/help-to-wiki.py @@ -97,7 +97,6 @@ os.system( "python to-wiki/getalltitles.py source/text > alltitles.csv" ) try: po_path = args[0] except: - #sdf_path = '../../translations/unxlngx6.pro/misc/sdf-l10n' po_path = '../translations/source' sys.stderr.write('Path to the .po files not provided, using "%s"\n'% po_path) |