You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.
ch.FATAL("insufficient Git for build cache mode: %s"
%cli.bucache.value)
I don’t like f-strings and I’ve not seen any good argument why they are better. Thus, let’s extend Pylint to enforce C-style string formatting instead.
The text was updated successfully, but these errors were encountered:
Split from #1860. Pylint: C0209 consider-using-f-string
charliecloud/lib/build_cache.py
Lines 178 to 179 in d679373
I don’t like f-strings and I’ve not seen any good argument why they are better. Thus, let’s extend Pylint to enforce C-style string formatting instead.
The text was updated successfully, but these errors were encountered: