# glob.iglob is not available in python-2.4 (RHEL-5).
for f in glob.glob('/etc/gdbinit.d/*.gdb'):
gdb.execute('source %s' % f)
for f in glob.glob('/etc/gdbinit.d/*.py'):
gdb.execute('source %s' % f)
end
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.