]> git.phdru.name Git - xsetbg.git/blobdiff - print-filename.py
Style: Fix `flake8` errors E302,E305 expected 2 blank lines, found 1
[xsetbg.git] / print-filename.py
index 676aed241a61f27339d011788d0bd5d7491f0ec3..234d0a3741b88a77e9fa8c33ea6facb15e3e7f6e 100755 (executable)
@@ -53,8 +53,8 @@ def get_args():
         output_encoding = default_encoding
     return index, output_encoding
 
-index, output_encoding = get_args()
 
+index, output_encoding = get_args()
 filename = xsetbg_db.select('last_shown IS NOT NULL',
                             orderBy='-last_shown')[index].full_name