We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2c06fb4 + 1608430 commit 891e882Copy full SHA for 891e882
pash_annotations/datatypes/BasicDatatypes.py
@@ -163,7 +163,7 @@ def format_arg_char(arg_char):
163
if(val in non_escape_chars):
164
return '{}'.format(chr(val))
165
else:
166
- return '\{}'.format(chr(val))
+ return '{}'.format(chr(val))
167
168
# log("Cannot format arg_char:", arg_char)
169
## TODO: Make this correct
setup.py
@@ -8,7 +8,7 @@
8
## TODO: Rename the package names (and the name of the whole library)
9
##
10
setup(name='pash-annotations',
11
- version='0.2.2',
+ version='0.2.3',
12
py_modules=['pash_annotations.util_flag_option',
13
'pash_annotations.util_new',
14
'pash_annotations.util_standard',
0 commit comments