frappy.verion: cosmetic fix intendation
This commit is contained in:
+1
-1
@@ -57,7 +57,7 @@ def read_release_version():
|
||||
def write_release_version(version):
|
||||
try:
|
||||
with RELEASE_VERSION_FILE.open('w', encoding='utf-8') as f:
|
||||
f.write(f'{version}\n')
|
||||
f.write(f'{version}\n')
|
||||
except OSError:
|
||||
pass # no write permission?
|
||||
|
||||
|
||||
Reference in New Issue
Block a user