Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52bb30c commit 703baf7Copy full SHA for 703baf7
1 file changed
scripts/fix_diffs.py
@@ -94,10 +94,11 @@ def main(fp, original_po_commit='HEAD'):
94
95
if __name__ == '__main__':
96
import sys
97
+
98
if len(sys.argv) < 2:
99
print('Usage: python fix_diffs.py <po_file_path> <original_po_file_commit_hash>')
100
- fp = sys.argv[1]
101
+ fp = './' + sys.argv[1]
102
output_lines = None
103
if len(sys.argv) == 3:
104
original_hash = sys.argv[2]
0 commit comments