Fix type
parent
9acbfacd4c
commit
2c366d7349
|
@ -36,7 +36,7 @@ log = get_logger(__name__)
|
|||
def paper_cleanup():
|
||||
yield
|
||||
app_dir = get_app_dir('piker')
|
||||
if os.path.isfile(app_dir)
|
||||
if os.path.isfile(app_dir):
|
||||
rmtree(app_dir)
|
||||
assert not os.path.isfile(app_dir)
|
||||
|
||||
|
|
Loading…
Reference in New Issue