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.
2 parents d918d3b + c1ec34a commit e3c0dfcCopy full SHA for e3c0dfc
pisa/utils/flavInt.py
@@ -112,7 +112,6 @@ class BarSep(object):
112
113
"""
114
def __init__(self, val):
115
- global __BAR_SSEP__
116
self.old_val = __BAR_SSEP__
117
self.new_val = val
118
@@ -151,7 +150,6 @@ def get_bar_ssep():
151
150
Separator
152
153
154
155
return __BAR_SSEP__
156
157
@@ -226,7 +224,6 @@ def __init__(self, val):
226
224
type(orig_val)))
227
225
228
def __str__(self):
229
230
fstr = [s for s, code in self.fstr2code.items() if code == self.__flav]
231
fstr = fstr[0]
232
fstr = fstr.replace('bar', __BAR_SSEP__+'bar')
0 commit comments